User Tools

Site Tools


crpl:docs:refwrite

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Vars and Functions

->!

ArgumentsResultNotation
s1 n1 –

Description

Pops a name of a variable and an item from the stack and stores the item in the variable.

Examples

# Build a string by concatenating "xy" and "z". 
# Store the number 123 in the variable named "xyz". 
"xy" "z" concat 
123 ->! 
<-xyz trace
crpl/docs/refwrite.1358470665.txt.gz · Last modified: 2025/02/14 14:56 (external edit)