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

Structure of a single loop. More...

#include <ugbc.h>

Data Fields

LoopType type
char * label
Variableindex
Variablefrom
VariablefromResident
Variableto
VariabletoResident
Variablestep
VariablestepResident
Variablezero
int statical
struct _Loopnext

Detailed Description

Structure of a single loop.

Definition at line 1417 of file ugbc.h.

Field Documentation

◆ from

Variable* from

Variable with from.

Definition at line 1429 of file ugbc.h.

◆ fromResident

Variable* fromResident

Variable with from (resident).

Definition at line 1432 of file ugbc.h.

◆ index

Variable* index

Variable with index.

Definition at line 1426 of file ugbc.h.

◆ label

char* label

Label to jump.

Definition at line 1423 of file ugbc.h.

◆ next

struct _Loop* next

Next conditional

Definition at line 1452 of file ugbc.h.

◆ statical

int statical

Definition at line 1449 of file ugbc.h.

◆ step

Variable* step

Variable with step.

Definition at line 1441 of file ugbc.h.

◆ stepResident

Variable* stepResident

Variable with step (resident).

Definition at line 1444 of file ugbc.h.

◆ to

Variable* to

Variable with to.

Definition at line 1435 of file ugbc.h.

◆ toResident

Variable* toResident

Variable with to (resident).

Definition at line 1438 of file ugbc.h.

◆ type

LoopType type

Type of conditional

Definition at line 1420 of file ugbc.h.

◆ zero

Variable* zero

Variable with zero (0).

Definition at line 1447 of file ugbc.h.


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