Fixed SPACES issue, also fixed redirection error bug in build.
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user