0 Members and 2 Guests are viewing this topic.
If you do not have a :Then statement, then the calculator does this instead:Code: [Select]If <Condition><line of Code to be executed if the condition is true and skipped if false><line of code to be executed if the condition is false and skipped if true><rest of code>
If <Condition><line of Code to be executed if the condition is true and skipped if false><line of code to be executed if the condition is false and skipped if true><rest of code>
If <Condition><line of Code to be executed if the condition is true and skipped if false><rest of code>