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

Go to the source code of this file.

Functions

void begin_repeat (Environment *_environment)
 Emit ASM code for REPEAT ....

Function Documentation

◆ begin_repeat()

void begin_repeat ( Environment * _environment)

Emit ASM code for REPEAT ....

This function outputs the code to implement the starting point of a REPEAT...UNTIL loop.

Parameters
_environmentCurrent calling environment

Definition at line 103 of file begin_repeat.c.