User Tools

Site Tools


crpl:docs:clearlocals

This is an old revision of the document!


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

ClearLocals

Arguments Result Notation
--

Description

Clears all local variables. Local variables persist across script invocations.

Examples

1 ->temp
<-temp Trace #prints out 1 to the tracelog
ClearLocals
<-temp Trace #prints out 0 to the tracelog
crpl/docs/clearlocals.1412190170.txt.gz · Last modified: 2025/02/14 14:56 (external edit)