|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | exit_proc_if (Environment *_environment, char *_expression, char *_value) |
| Emit ASM code for EXIT PROC IF. | |
| void exit_proc_if | ( | Environment * | _environment, |
| char * | _expression, | ||
| char * | _value ) |
Emit ASM code for EXIT PROC IF.
This function out of the current procedure on condition.
| _environment | Current calling environment |
| _expression | Expression to check |
Definition at line 170 of file exit_proc_if.c.