[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.18 IF

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 November 11, 2022 using texi2html 5.0.