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

Go to the source code of this file.

Functions

void exit_proc_if (Environment *_environment, char *_expression, char *_value)
 Emit ASM code for EXIT PROC IF.

Function Documentation

◆ exit_proc_if()

void exit_proc_if ( Environment * _environment,
char * _expression,
char * _value )

Emit ASM code for EXIT PROC IF.

This function out of the current procedure on condition.

Parameters
_environmentCurrent calling environment
_expressionExpression to check

Definition at line 170 of file exit_proc_if.c.