[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In its argumented form, allows the remainder of the line of code following IF
to execute only if all tvexprs evaluate to true, provided the optional postcondition evaluates to true or is omitted.
Syntax
IF[:postcondition] tvexpr[,...tvexpr]
In its argumentless form, allows the remainder of the line of code following IF
to execute only if $TEST
evaluates to 1, provided the optional postcondition evaluates to true or is omitted.
Syntax
IF[:postcondition]
This document was generated on September 20, 2023 using texi2html 5.0.