|
pforth
0943e5e71114f286dbb2474d55aabf91df02d104
|
Data Fields | |
| const char * | body_start |
| FORTH_TYPE | value |
| FORTH_TYPE | stop_value |
| const char* _loop_struct::body_start |
Pointer to the space right after DO
| FORTH_TYPE _loop_struct::stop_value |
Loop exit condition
| FORTH_TYPE _loop_struct::value |
Current value of the loop