crpl:docs:clearlocals

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:clearlocals [2014/10/01 19:02] – external edit 127.0.0.1crpl:docs:clearlocals [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]]
  
 =====  ClearLocals  ===== =====  ClearLocals  =====
  
-^  Arguments  ^  Result  ^  Notation  ^ +===== Syntax ===== 
-| | |  %%--%%   |+ 
 +ClearLocals 
 + 
 +===== Description ===== 
 + 
 +Clears all local variables.  Local variables persist across script invocations.
  
 +===== Examples =====
  
-=== Description === +<code 4rpl> 
-Clears all local variables.  +1 ->temp
-Local variables persist across script invocations. +
-=== Examples === +
-<code>1 ->temp+
 <-temp Trace #prints out 1 to the tracelog <-temp Trace #prints out 1 to the tracelog
 ClearLocals ClearLocals
-<-temp Trace #prints out 0 to the tracelog</code>+<-temp Trace #prints out 0 to the tracelog 
 +</code>
  
  
crpl/docs/clearlocals.1412190170.txt.gz · Last modified: 2025/02/14 14:56 (external edit)