Fixed SPACES issue, also fixed redirection error bug in build.

This commit is contained in:
Brad Nelson
2024-02-24 12:30:08 -08:00
parent eaa8a3c4c3
commit 854b3b5d74
7 changed files with 18 additions and 11 deletions

View File

@ -18,7 +18,7 @@
: assert ( f -- ) 0= throw ;
( Print spaces )
: spaces ( n -- ) for aft space then next ;
: spaces ( n -- ) 0 max for aft space then next ;
internals definitions