ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_Label Struct Reference

Structure of a single label. More...

#include <ugbc.h>

Data Fields

char * name
int number
struct _Labelnext

Detailed Description

Structure of a single label.

Definition at line 839 of file ugbc.h.

Field Documentation

◆ name

char* name

Name of the label (if not numeric)

Definition at line 842 of file ugbc.h.

◆ next

struct _Label* next

Link to the next constant (NULL if this is the last one)

Definition at line 848 of file ugbc.h.

◆ number

int number

Line number (if numeric)

Definition at line 845 of file ugbc.h.


The documentation for this struct was generated from the following file: