Syntax:
append {value} to {buffer}
Keyword handler:
linguist.basic.keyword.BKAppend.class
Runtime handler(s):
linguist.basic.handler.BHAppend.class
Function:
Appends a string value to a buffer. See also add.
Example(s):
append " ...etc" to MyBuffer append left 5 of Line to Text