ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
begin_storage.c File Reference
#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.

Function Documentation

◆ begin_storage()

void begin_storage ( Environment * _environment,
char * _name,
char * _file_name )

Emit code for STORAGE ... ENDSTORAGE.

Parameters
_environmentCurrent calling environment
_nameName of the storage

Definition at line 147 of file begin_storage.c.