|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | end_select_case (Environment *_environment) |
| Emit ASM code for ENDSELECT. | |
| void end_select_case | ( | Environment * | _environment | ) |
Emit ASM code for ENDSELECT.
This function outputs the code when multiple comparison ends.
| _environment | Current calling environment |
| _expression | Expression with the true / false condition |
Definition at line 78 of file end_select_case.c.