diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-11 07:36:11 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-11 07:36:11 -0500 |
commit | bc3e952b487365fdf5e60e9fcfa0841c23972e30 (patch) | |
tree | cc53facc2a62db4dc93a25c772f521786305ead8 /core.fth | |
parent | f8270776e79f4d2edb7c2a19c1ecd3bf3b2bf153 (diff) |
common error enum; eval to _ev
Diffstat (limited to 'core.fth')
-rw-r--r-- | core.fth | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,5 +199,5 @@ : :noname 0 , here ] ; : evaluate _source @ >r _sourceu @ >r >in @ >r - 0 >in ! _sourceu ! _source ! 5 sys + 0 >in ! _sourceu ! _source ! _ev r> >in ! r> _sourceu ! r> _source ! ; |