Difference between revisions of "If"

2 bytes added ,  02:49, 23 September 2006
m
imported>JOG
(→‎Spaces: Revised)
imported>JOG
Line 144: Line 144:


=== Spaces and Tabs===
=== Spaces and Tabs===
When using a tabs or space to separate operators/expressions you need to use the same separator on each side if you use space on one side and tab on the other the script might be permanently stopped when the line is executed.
When using a tabs or space to separate operators/expressions you need to use the same separator on each side. If you use space on one side and tab on the other, the script might be permanently stopped when the line is executed.


   if SomeVar>=1        ;GOOD
   if SomeVar>=1        ;GOOD
Anonymous user