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
Last revisionBoth sides next revision
crpl:docs:refread [2014/10/12 18:46] – Discussion status changed virgilwcrpl:docs:refread [2019/12/11 19:54] 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]]
  
Line 13: Line 12:
 === Examples === === Examples ===
 <code> <code>
-# Store a number in the variable named xyz 123 ->xyz  +# Store a number in the variable named xyz  
-# Build a string by concatenating "12" and "3".  +123 ->xyz  
-# The results is "123". Use that as the name of a var and read its contents. +# Build a string by concatenating "xy" and "z".  
 +# The result is "xyz". Use that as the name of a var and read its contents. 
 # The result of the read is pushed to the stack and traced.  # The result of the read is pushed to the stack and traced. 
-"12" "3" concat +"xy" "z" concat 
 <-! trace <-! trace
 </code>  </code> 
  
  
crpl/docs/refread.txt · Last modified: 2022/06/25 13:10 by Karsten75