fix const

llvm
Clyne 2 years ago
parent 56760f0517
commit 8b7ac38c8a

@ -47,7 +47,8 @@ public:
state.dict.addDefinition(sub); state.dict.addDefinition(sub);
state.dict.add(CoreWords::HiddenWordLiteral); state.dict.add(CoreWords::HiddenWordLiteral);
state.dict.add(state.pop()); state.dict.add(state.pop());
state.dict.add(CoreWords::findi("exit")); state.dict.add(CoreWords::findi(";"));
CoreWords::run(CoreWords::findi(";"), state);
break; break;
default: default:
break; break;

Loading…
Cancel
Save