next up previous contents
Next: Parse Errors Up: Expressions Previous: Numbers Vs. Strings   Contents

Conditionals

There is one conditional application - the conditional goto :

If condition is true go to label1, else go to label2. Labels are interpreted exactly as in the normal goto command.

"condition" is just a string. If the string is empty or "0", the condition is considered to be false, if it's anything else, the condition is true. This is designed to be used together with the expression syntax described above, eg :

Example of use :



2010-10-19