Syntax:
add {value} to {variable} [giving {variable}] add {value} to {buffer}
Keyword handler:
linguist.basic.keyword.BKAdd.class
Runtime handler(s):
linguist.basic.handler.BHAdd.class linguist.basic.handler.BHAppend.class
Function:
Adds a numeric value to a variable, optionally placing the result in a second variable and leaving the first unchanged. The second form adds a value to a buffer, behaving exactly the same as append.
Example(s):
add 5 to N add the length of Word to Count giving NewCount add " and more" to MyTextBuffer