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

Go to the source code of this file.

Functions

void case_else (Environment *_environment)
 Emit ASM code for CASE ELSE.

Function Documentation

◆ case_else()

void case_else ( Environment * _environment)

Emit ASM code for CASE ELSE.

This function outputs the code when other comparisons fails

Parameters
_environmentCurrent calling environment
_expressionExpression with the true / false condition

Definition at line 78 of file case_else.c.