This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| crpl:docs:clearlocals [2013/01/14 18:40] – created virgilw | crpl:docs:clearlocals [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | TODO | + | |
| + | <- [[crpl: | ||
| + | |||
| + | ===== ClearLocals | ||
| + | |||
| + | ===== Syntax ===== | ||
| + | |||
| + | ClearLocals | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Clears all local variables. | ||
| + | |||
| + | ===== Examples ===== | ||
| + | |||
| + | <code 4rpl> | ||
| + | 1 ->temp | ||
| + | <-temp Trace #prints out 1 to the tracelog | ||
| + | ClearLocals | ||
| + | <-temp Trace #prints out 0 to the tracelog | ||
| + | </ | ||
| + | |||