Difference between revisions of "If"
m
→Spaces and Tabs
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 | 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 |