ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
end_repeat.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

void end_repeat (Environment *_environment)
 Emit ASM code for ... UNTIL [expression].
void end_repeat_condition (Environment *_environment, char *_expression)

Function Documentation

◆ end_repeat()

void end_repeat ( Environment * _environment)

Emit ASM code for ... UNTIL [expression].

This function outputs the code to implement the end of a while loop, by defining the last point of the loop.

Parameters
_environmentCurrent calling environment

Definition at line 49 of file end_repeat.c.

◆ end_repeat_condition()

void end_repeat_condition ( Environment * _environment,
char * _expression )

Definition at line 67 of file end_repeat.c.