User Tools

Site Tools


prpl:write

This is an old revision of the document!


<- PRPL reference <- Vars and Functions

->VARNAME

ArgumentsResultNotation
value [value-]

Description

value ARG1: The value to pop from the stack and store in the heap at VARNAME.<p/> Pops an item from the stack and stores it in the local variable named VARNAME.

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 
prpl/write.1480721628.txt.gz · Last modified: 2016/12/02 18:33 by 127.0.0.1