User Tools

Site Tools


scripting:syntax

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
scripting:syntax [2012/03/23 02:50] mitscripting:syntax [2025/05/28 16:34] (current) – external edit 127.0.0.1
Line 24: Line 24:
 </codedoc> </codedoc>
  
-Supported conditions inside an ''if'' or 'else if'' are: +Supported conditions inside an ''if'' or ''else if'' are: 
-  * =  (or == )   +  * ''=''  (or ''=='' )  
-  * <=    +  * ''<'' 
-  * >= +  * ''>''  
-  * < +  * ''!=''   (or ''<>'' 
-  * +  * ''<=''  ('' = ''   
-  * !  (or <)+  * ''>=''
  
 ===== Comments ===== ===== Comments =====
Line 39: Line 39:
     if ( $itemNum = 112 )      if ( $itemNum = 112 )
     {     {
-//      *say Nothing (this line is commented out+//      *say Nothing (this line is commented out)
     }     }
 </codedoc> </codedoc>
scripting/syntax.1332471014.txt.gz · Last modified: (external edit)