Go to the source code of this file.
◆ begin_while()
Emit ASM code for WHILE ....
This function outputs the code to implement the starting point of a WHILE...WEND loop.
- Parameters
-
| _environment | Current calling environment |
| _expression | Expression to evaluate |
Definition at line 83 of file while.c.
◆ begin_while_condition()
| void begin_while_condition |
( |
Environment * | _environment, |
|
|
char * | _expression ) |
◆ end_while()
Emit ASM code for ... WEND.
This function outputs the code to implement the end of a while loop, by defining the last point of the loop.
- Parameters
-
| _environment | Current calling environment |
Definition at line 127 of file while.c.