Retro Rocket Kernel
BASIC-Powered Operating System
for_state Struct Reference

State for a FOR...NEXT loop. More...

#include <basic.h>

+ Collaboration diagram for for_state:

Data Fields

int64_t line_after_for
 
const char * for_variable
 
int64_t to
 
int64_t step
 

Detailed Description

State for a FOR...NEXT loop.

Field Documentation

◆ for_variable

const char* for_state::for_variable

◆ line_after_for

int64_t for_state::line_after_for

◆ step

int64_t for_state::step

◆ to

int64_t for_state::to