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

Go to the source code of this file.

Functions

void declare_procedure (Environment *_environment, char *_name, int _address, int _system)
 Emit code for DECLARE PROC ....

Function Documentation

◆ declare_procedure()

void declare_procedure ( Environment * _environment,
char * _name,
int _address,
int _system )

Emit code for DECLARE PROC ....

Parameters
_environmentCurrent calling environment
_nameName of the procedure

Definition at line 175 of file declare_procedure.c.