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

#include <ugbc.h>

Data Fields

int arrayIndexes
char * arrayIndexesEach [MAX_ARRAY_DIMENSIONS]
int arrayIndexesDirectEach [MAX_ARRAY_DIMENSIONS]

Detailed Description

Definition at line 944 of file ugbc.h.

Field Documentation

◆ arrayIndexes

int arrayIndexes

Temporary storage for array access

Definition at line 949 of file ugbc.h.

◆ arrayIndexesDirectEach

int arrayIndexesDirectEach[MAX_ARRAY_DIMENSIONS]

Temporary storage for array access (using constants)

Definition at line 959 of file ugbc.h.

◆ arrayIndexesEach

char* arrayIndexesEach[MAX_ARRAY_DIMENSIONS]

Temporary storage for array access

Definition at line 954 of file ugbc.h.


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