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

Go to the source code of this file.

Functions

void exit_procedure (Environment *_environment)
 Emit code for POP PROC / EXIT PROC.

Function Documentation

◆ exit_procedure()

void exit_procedure ( Environment * _environment)

Emit code for POP PROC / EXIT PROC.

Parameters
_environmentCurrent calling environment

Definition at line 124 of file exit_proc.c.