<=[[4rpl:start| Index]] ====== Set Variable ====== ===== 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 ~~NOTOC~~