--- gforth/kernel/io.fs 2000/05/20 14:25:43 1.15 +++ gforth/kernel/io.fs 2000/05/27 09:41:30 1.16 @@ -95,7 +95,7 @@ all-words : bell #bell emit [ has? os [IF] ] outfile-id flush-file drop [ [THEN] ] ; : cr ( -- ) \ core c-r - \G Output a newline (of the favourite kind of the host OS) + \G Output a newline (of the favourite kind of the host OS). newline type ; : space ( -- ) \ core