| class AM_YIELD_STMT < $AM_STMT |
|---|
| **** | Yield statement. |
| $AM_STMT | $NEXT{_} | $AM | $PROG_ERR | AM_STMT | AM |
| attr ret:INT; |
|---|
| **** | -1 for quit or the index of the branch to take next. |
| attr val:$AM_EXPR; |
|---|
| **** | The return value, if any. |
| attr ret:INT; |
|---|
| **** | -1 for quit or the index of the branch to take next. |
| attr val:$AM_EXPR; |
|---|
| **** | The return value, if any. |
| copy:$AM_STMT |
|---|