class AM_YIELD_STMT < $AM_STMT
****
Yield statement.


Flattened version is here

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



Public


Readable Attributes
attr ret:INT;
**** -1 for quit or the index of the branch to take next.
attr val:$AM_EXPR;
**** The return value, if any.

Writable Attributes
attr ret:INT;
**** -1 for quit or the index of the branch to take next.
attr val:$AM_EXPR;
**** The return value, if any.

Features
copy:$AM_STMT