|
Retro Rocket Kernel
BASIC-Powered Operating System
|
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 |
State for a FOR...NEXT loop.
| const char* for_state::for_variable |
| int64_t for_state::line_after_for |
| int64_t for_state::step |
| int64_t for_state::to |