This is an old revision of the document!
⇐ Index
<-VAR
Reads the contents of the local variable VAR and pushes it to the stack. If VAR does not exist, 0 is pushed to the stack.
#Increment a variable named 'i' by 1 and store the result back in 'i' <-i 1 + ->i