|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | begin_storage (Environment *_environment, char *_name, char *_file_name) |
| Emit code for STORAGE ... ENDSTORAGE. | |
| void begin_storage | ( | Environment * | _environment, |
| char * | _name, | ||
| char * | _file_name ) |
Emit code for STORAGE ... ENDSTORAGE.
| _environment | Current calling environment |
| _name | Name of the storage |
Definition at line 147 of file begin_storage.c.