class AM_IF_STMT < $AM_STMT
****
Conditional statement.


Flattened version is here

Ancestors
$AM_STMT $NEXT{_} $AM $PROG_ERR
AM_STMT AM



Public


Readable Attributes
attr if_false:$AM_STMT;
**** Statements for false branch.
attr if_true:$AM_STMT;
**** Statements for true branch.
attr test:$AM_EXPR;
**** Boolean test expression.

Writable Attributes
attr if_false:$AM_STMT;
**** Statements for false branch.
attr if_true:$AM_STMT;
**** Statements for true branch.
attr test:$AM_EXPR;
**** Boolean test expression.

Features
copy:$AM_STMT