User Tools

Site Tools


prpl:read

<- PRPL reference <- Vars and Functions

<-VARNAME

ArgumentsResultNotation
value [ -value]

Description

Reads the contents of the local variable VARNAME and pushes it to the stack. If VARNAME does not exist, 0 is pushed to the stack.

Examples

#Increment a variable named 'i' by 1 and store the result back in 'i' 
<-i add(1) ->i 
prpl/read.txt · Last modified: 2017/09/23 05:53 by kajacx