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

Go to the source code of this file.

Functions

void end_select_case (Environment *_environment)
 Emit ASM code for ENDSELECT.

Function Documentation

◆ end_select_case()

void end_select_case ( Environment * _environment)

Emit ASM code for ENDSELECT.

This function outputs the code when multiple comparison ends.

Parameters
_environmentCurrent calling environment
_expressionExpression with the true / false condition

Definition at line 78 of file end_select_case.c.