philburk / pforth

Portable Forth in C
BSD Zero Clause License
597 stars 98 forks source link

When ' fails it looks ugly #126

Closed philburk closed 1 year ago

philburk commented 1 year ago

' XYZ ' could not find XYZStack<10>

It needs a CR at the end. Versus

XYZ XYZ ? - unrecognized word! Stack<10>