diff options
Diffstat (limited to 'libalee/corewords.cpp')
-rw-r--r-- | libalee/corewords.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libalee/corewords.cpp b/libalee/corewords.cpp index 1a39b7e..6900b45 100644 --- a/libalee/corewords.cpp +++ b/libalee/corewords.cpp @@ -155,6 +155,7 @@ execute: break; case 22: // colon state.push(state.dict.alignhere()); + state.dict.write(Dictionary::CompToken, state.top()); while (!state.dict.hasInput()) state.input(); state.dict.addDefinition(state.dict.input()); |