<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]] ===== ->VARNAME ===== ===== Syntax ===== ->VARNAME ===== Description ===== Pops an item from the stack and stores it in the local variable named **VARNAME**. Local variables persist across script invocations. ===== Examples ===== 1 ->a 3.14 ->number "abc" ->letters