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

Go to the source code of this file.

Functions

Variablespawn_procedure (Environment *_environment, char *_name, int _halted)
 Emit code for SPAWN ....

Function Documentation

◆ spawn_procedure()

Variable * spawn_procedure ( Environment * _environment,
char * _name,
int _halted )

Emit code for SPAWN ....

Parameters
_environmentCurrent calling environment
_nameName of the procedure

Definition at line 68 of file spawn.c.