|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | end_if_then (Environment *_environment) |
| Emit ASM code for ENDIF. | |
| void end_if_then | ( | Environment * | _environment | ) |
Emit ASM code for ENDIF.
This function outputs the code to implement the end of conditional jump, by defining the last label present into the stack.
| _environment | Current calling environment |
Definition at line 50 of file end_if_then.c.