<- CRPL reference <- Vars and Functions
->VARNAME
Pops an item from the stack and stores it in the local variable named VARNAME. Local variables persist across script invocations.
1 ->a 3.14 ->number "abc" ->letters