User Tools

Site Tools


crpl:docs:exists

Differences

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

Link to this comparison view

Next revision
Previous revision
crpl:docs:exists [2013/01/14 18:39] – created virgilwcrpl:docs:exists [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+ 
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#vars_and_functions|Vars and Functions]] 
 + 
 +=====  -?VARNAME  ===== 
 + 
 +===== Syntax ===== 
 + 
 +-?! 
 + 
 + 
 +=== Description === 
 +Checks to see if VARNAME exists (has been assigned).  
 +If so, 1 is pushed to the stack else 0.  
 +Local variables persist across script invocations. 
 +=== Examples === 
 +<code 4RPL> 
 +# check to see if variable "Spore" exists.  
 +# If not, fire a spore and set the variable so no  
 +# further spores will launch.  
 +-?Spore if  
 + CurrentCoords RandUnitCoords 1 20 CreateSpore  
 + "fired" ->Spore  
 +endif 
 +</code>  
crpl/docs/exists.1358188783.txt.gz · Last modified: 2025/02/14 14:56 (external edit)