|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
Structure of a single conditional jump. More...
#include <ugbc.h>
Data Fields | |
| ConditionalType | type |
| char * | label |
| Variable * | expression |
| int | index |
| int | caseElse |
| struct _Conditional * | next |
| int caseElse |
| struct _Conditional* next |
| ConditionalType type |