| |
|
| : bell #bell emit [ has? os [IF] ] outfile-id flush-file drop [ [THEN] ] ; |
: bell #bell emit [ has? os [IF] ] outfile-id flush-file drop [ [THEN] ] ; |
| : cr ( -- ) \ core c-r |
: 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). Note |
| |
\G that due to the way the Forth command line interpreter inserts |
| |
\G newlines, the preferred way to use @code{cr} is at the start |
| |
\G of a piece of text; e.g., @code{cr ." hello, world"}. |
| newline type ; |
newline type ; |
| |
|
| : space ( -- ) \ core |
: space ( -- ) \ core |