|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
Structure of a single loop. More...
#include <ugbc.h>
Data Fields | |
| LoopType | type |
| char * | label |
| Variable * | index |
| Variable * | from |
| Variable * | fromResident |
| Variable * | to |
| Variable * | toResident |
| Variable * | step |
| Variable * | stepResident |
| Variable * | zero |
| int | statical |
| struct _Loop * | next |