VocabularynamespacesInputsn | a number |
variable | a variable, by convention a symbol |
OutputsNone
Word descriptionAdds
n to the value of the variable. A variable value of
f is interpreted as being zero.
Side effectsModifies
variableExamplesUSING: namespaces prettyprint ;
IN: scratchpad
SYMBOL: foo
1 foo +@
10 foo +@
foo get .
11
Definition