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 [2014/10/01 19:02] – external edit 127.0.0.1crpl:docs:write [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]]
  
 =====  ->VARNAME  ===== =====  ->VARNAME  =====
  
-^Arguments^Result^Notation^ +===== Syntax ===== 
-|Some item on the stack| | n1 -- |+ 
 +->VARNAME 
 + 
 +===== Description ===== 
 + 
 +Pops an item from the stack and stores it in the local variable named **VARNAME**. Local variables persist across script invocations.
  
 +===== Examples =====
  
-=== Description === +<code 4rpl
-Pops an item from the stack and stores it in the local variable named VARNAME.  +->a 
-Local variables persist across script invocations. +3.14 ->number 
-=== Examples === +"abc" ->letters 
-<code> +</code>
-# Store coordinate points in local variables.  +
-# The points are defined once and assigned to local variables.  +
-once  +
- 10 ->x1  +
- 20 ->y1  +
- 40 ->x2  +
- 50 ->y2  +
-endonce +
-</code> +
  
  
crpl/docs/write.1412190170.txt.gz · Last modified: 2025/02/14 14:56 (external edit)