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

Go to the source code of this file.

Functions

Variablerespawn_procedure (Environment *_environment, char *_name)
 Emit code for SPAWN ....

Function Documentation

◆ respawn_procedure()

Variable * respawn_procedure ( Environment * _environment,
char * _name )

Emit code for SPAWN ....

Parameters
_environmentCurrent calling environment
_nameName of the procedure

Definition at line 85 of file respawn.c.