|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#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 .... | |
| void declare_procedure | ( | Environment * | _environment, |
| char * | _name, | ||
| int | _address, | ||
| int | _system ) |
Emit code for DECLARE PROC ....
| _environment | Current calling environment |
| _name | Name of the procedure |
Definition at line 175 of file declare_procedure.c.