User Tools

Site Tools


prpl:once

<- PRPL reference <- Program Flow Control

once

ArgumentsResultNotation
[ - ]

Description

Start a block of instructions that are executed once only for the lifetime of the tower the script is associated with.

Examples

once 
    trace("42") #Only prints once 
endonce 
prpl/once.txt · Last modified: 2017/09/24 06:23 by kajacx