|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | wait_until (Environment *_environment) |
| Emit code for WAIT UNTIL .... | |
| void | wait_until_condition (Environment *_environment, char *_condition) |
| void wait_until | ( | Environment * | _environment | ) |
Emit code for WAIT UNTIL ....
| _environment | Current calling environment |
Definition at line 71 of file wait_until.c.
| void wait_until_condition | ( | Environment * | _environment, |
| char * | _condition ) |
Definition at line 77 of file wait_until.c.