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