more fixes in DOES>, now it's almost correct and extra weird

This commit is contained in:
2021-11-21 00:32:38 +01:00
parent 41f36400ed
commit a096f55a67
7 changed files with 97 additions and 10 deletions
+2
View File
@@ -198,6 +198,8 @@ struct fh_thread_s {
/** Nesting level of [if] */
uint32_t parse_if_level;
bool executing_compiled;
};
enum fh_error fh_loop_nest(struct fh_thread_s *fh, uint32_t indexvalue);