|
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 (Environment *_environment, int _number) |
| Emit ASM code for EXIT. | |
| void exit_loop | ( | Environment * | _environment, |
| int | _number ) |
Emit ASM code for EXIT.
This function out of the loop. Optionally, the programmer can give the number of loops to jump out.
| _environment | Current calling environment |
| _number | Number of loops to exit. |
Definition at line 97 of file exit_loop.c.