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

Go to the source code of this file.

Functions

void end_for_identifier (Environment *_environment, char *_index)
 Emit ASM code for ... NEXT.
void end_for (Environment *_environment)

Function Documentation

◆ end_for()

void end_for ( Environment * _environment)

Definition at line 71 of file end_for.c.

◆ end_for_identifier()

void end_for_identifier ( Environment * _environment,
char * _index )

Emit ASM code for ... NEXT.

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

Parameters
_environmentCurrent calling environment

Definition at line 49 of file end_for.c.