|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | exit_loop_if (Environment *_environment, char *_expression, int _number) |
| Emit ASM code for EXIT IF. | |
| void exit_loop_if | ( | Environment * | _environment, |
| char * | _expression, | ||
| int | _number ) |
Emit ASM code for EXIT IF.
This function out of the loop on condition. Optionally, the programmer can give the number of loops to jump out.
| _environment | Current calling environment |
| _expression | Expression to check |
| _number | Number of loops to exit. |
Definition at line 85 of file exit_loop_if.c.