Re: Use of If/Then/Else
[Prev][Next][Index][Thread]
Re: Use of If/Then/Else
A more efficient way to use it is this
if <condition>:<then action>
if the condition isnt met it automatically goes to the next line.. and
you dont need to use END. So it saves space.
Like..
if A=3:0->B
+-----------------------+-----------------------------------+
|Cullen Stevenson | Just because your name is |
|cullen@net-link.net | Mister District Attorney, |
|Kalamazoo, MI | doesn't mean you have to BE |
| | a District Attorney! |
+-----------------------+-----------------------------------+
References: