diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-19 18:44:10 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-19 18:44:10 -0500 |
commit | d1cf88229d7a30561e6f75d3543a719f8c798b91 (patch) | |
tree | 3cdb237c80e524167697940f11c73616014a26a0 /corewords.hpp | |
parent | 171b82dab0d6e35ad7b57a4c750333c95b802b0e (diff) |
do loops, executor fixes
Diffstat (limited to 'corewords.hpp')
-rw-r--r-- | corewords.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corewords.hpp b/corewords.hpp index 76c1353..842544b 100644 --- a/corewords.hpp +++ b/corewords.hpp @@ -39,7 +39,7 @@ public: static int findi(std::string_view); static int findi(State&, Word); static Func find(State&, Word); - static void run(int, State&); + static bool run(int, State&); private: // Ends with '\0': regular word |