next up previous contents index
Next: WRITEPRINT Up: Commands Previous: DOENDDO

IF,ELSE, ENDIF

    Define if block. Can be nested. Note that `THEN' is not needed. The ELSE clause may be absent. More complicated forms of logical expressions including `and'/`or' are not ready yet. IF a rel b ;
tex2html_wrap_inline8716 ;
ELSE ;
tex2html_wrap_inline8716 ;
ENDIF ;
a, b
Expressions.
rel
A relational operator.  One of =, &#;'74, &#;'76, &#;'74=, &#;'76=, =&#;'74, =&#;'76, &#;'74, &#;'76.

Do not forget ``;''.



Toshiaki Tauchi
Thu Dec 3 17:27:26 JST 1998