crpl:docs:write

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
crpl:docs:write [2013/01/14 18:39] – created virgilwcrpl:docs:write [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+ 
 +<- [[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 ===== 
 + 
 +<code 4rpl> 
 +1 ->a 
 +3.14 ->number 
 +"abc" ->letters 
 +</code> 
 + 
crpl/docs/write.1358188764.txt.gz · Last modified: 2025/02/14 14:56 (external edit)