User Tools

Site Tools


crpl:docs:refread

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:refread [2018/02/22 16:17] – fixed incorrect example cornucaniscrpl:docs:refread [2022/06/25 13:10] (current) – Reformat Karsten75
Line 1: Line 1:
-~~DISCUSSION:off~~ 
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]]
  
 =====  <-!  ===== =====  <-!  =====
  
-^Arguments^Result^Notation^ +===== Syntax =====
-| |An item read from the variable named s1 |''s1 -- n1 ''|+
  
 +<-varname ->!
 +
 +===== Description =====
 +
 +Pops a value from the stack and treats it as a variable name, then pops another value from the stack and assigns it to that variable.
  
-=== Description === 
-Reads the contents of the local variable named s1 and pushes it to the stack.  
-Since s1's contents can vary, this allows dynamic reading of variables. 
 === Examples === === Examples ===
 <code> <code>
crpl/docs/refread.1519334279.txt.gz · Last modified: 2018/02/22 16:17 by cornucanis