flagxor / ueforth

Apache License 2.0
90 stars 26 forks source link

SPACES behaviour #39

Closed Ed8562 closed 4 months ago

Ed8562 commented 1 year ago

In utils.fs SPACES is defined as:

: spaces ( n -- ) for aft space then next ;

This works for n=0 but not n<0. Correct action is to display nothing.

flagxor commented 4 months ago

Fixed in 854b3b5d74fbcfc9b613dc1abf177186db70149f