User Tools

Site Tools


crpl:docs:read

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:read [2013/01/14 13:51] virgilwcrpl:docs:read [2022/06/25 13:08] (current) – Reformat Karsten75
Line 1: Line 1:
 +
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]]
  
 =====  <-VARNAME  ===== =====  <-VARNAME  =====
  
-^Arguments^Result^Notation^ +===== Syntax =====
-| |An item read from VARNAME | -- n1 |+
  
 +<-VARNAME
  
-=== Description === +===== Description ===== 
-Reads the contents of the local variable VARNAME and pushes it to the stack.  + 
-If VARNAME does not exist, 0 is pushed to the stack.  +Reads the contents of the local variable **VARNAME **and pushes it to the stack. If **VARNAME **does not exist, 0 is pushed to the stack. Local variables persist across script invocations.
-Local variables persist across script invocations.+
 === Examples === === Examples ===
 <code> <code>
Line 15: Line 16:
 <-i 1 add ->i <-i 1 add ->i
 </code>  </code> 
- 
  
crpl/docs/read.1358189462.txt.gz · Last modified: 2014/10/01 15:02 (external edit)