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

Go to the source code of this file.

Functions

void call_procedure (Environment *_environment, char *_name)
 Emit code for CALL/PROC ....

Function Documentation

◆ call_procedure()

void call_procedure ( Environment * _environment,
char * _name )

Emit code for CALL/PROC ....

Parameters
_environmentCurrent calling environment
_nameName of the procedure

Definition at line 139 of file call.c.