|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | end_procedure (Environment *_environment, char *_value) |
| Emit code for END PROC. | |
| void end_procedure | ( | Environment * | _environment, |
| char * | _value ) |
Emit code for END PROC.
| _environment | Current calling environment |
| _value | Value to the return |
Definition at line 72 of file end_proc.c.