|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | end_repeat (Environment *_environment) |
| Emit ASM code for ... UNTIL [expression]. | |
| void | end_repeat_condition (Environment *_environment, char *_expression) |
| void end_repeat | ( | Environment * | _environment | ) |
Emit ASM code for ... UNTIL [expression].
This function outputs the code to implement the end of a while loop, by defining the last point of the loop.
| _environment | Current calling environment |
Definition at line 49 of file end_repeat.c.
| void end_repeat_condition | ( | Environment * | _environment, |
| char * | _expression ) |
Definition at line 67 of file end_repeat.c.