User Tools

Site Tools


crpl:docs:refwrite

Differences

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

Link to this comparison view

Next revision
Previous revision
crpl:docs:refwrite [2013/01/14 18:39] – created virgilwcrpl:docs:refwrite [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]] 
 + 
 +=====  -> (refwrite)===== 
 + 
 +===== Syntax ===== 
 + 
 +<-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. 
 + 
 +===== Examples ===== 
 + 
 +<code 4rpl> 
 +# Build a string by concatenating "xy" and "z".  
 +# Store the number 123 in the variable named "xyz".  
 +123 "xy" "z" concat ->!  
 +<-xyz trace 
 +</code> 
 + 
crpl/docs/refwrite.1358188753.txt.gz · Last modified: 2025/02/14 14:56 (external edit)