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

Go to the source code of this file.

Functions

void begin_type (Environment *_environment, char *_name)
 Emit code for STORAGE ... ENDSTORAGE.

Function Documentation

◆ begin_type()

void begin_type ( Environment * _environment,
char * _name )

Emit code for STORAGE ... ENDSTORAGE.

Parameters
_environmentCurrent calling environment
_nameName of the storage

Definition at line 117 of file begin_type.c.