diff --git a/core/io/io.factor b/core/io/io.factor index eb72859c70..5185ea1a28 100644 --- a/core/io/io.factor +++ b/core/io/io.factor @@ -99,7 +99,7 @@ SYMBOL: error-stream : print ( str -- ) output-stream get stream-print ; inline -: stream-bl ( stream -- ) " " swap stream-write ; inline +: stream-bl ( stream -- ) CHAR: \s swap stream-write1 ; inline : bl ( -- ) output-stream get stream-bl ;