crpl:docs:write

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:write [2021/02/05 16:43] – Rmoved discussion tag Karsten75crpl:docs:write [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 4: Line 4:
 =====  ->VARNAME  ===== =====  ->VARNAME  =====
  
-^Arguments^Result^Notation^ +===== Syntax =====
-|Some item on the stack| | n1 -- |+
  
 +->VARNAME
  
-=== Description === +===== Description ===== 
-Pops an item from the stack and stores it in the local variable named VARNAME.  + 
-Local variables persist across script invocations. +Pops an item from the stack and stores it in the local variable named **VARNAME**. Local variables persist across script invocations. 
-=== Examples === + 
-<code> +===== Examples ===== 
-# Store coordinate points in local variables.  + 
-# The points are defined once and assigned to local variables.  +<code 4rpl
-once  +->a 
- 10 ->x1  +3.14 ->number 
- 20 ->y1  +"abc" ->letters 
- 40 ->x2  +</code>
- 50 ->y2  +
-endonce +
-</code> +
  
  
crpl/docs/write.1612543410.txt.gz · Last modified: 2025/02/14 14:56 (external edit)