User Tools

Site Tools


crpl:docs:write

This is an old revision of the document!


->VARNAME

ArgumentsResultNotation
Some item on the stack n1 –

Description

Pops an item from the stack and stores it in the local variable named VARNAME. Local variables persist across script invocations.

Examples

# Store coordinate points in local variables. 
# The points are defined once and assigned to local variables. 
once 
	10 ->x1 
	20 ->y1 
	40 ->x2 
	50 ->y2 	
endonce
crpl/docs/write.1358189394.txt.gz · Last modified: 2025/02/14 14:56 (external edit)