Diff for /gforth/kernel/io.fs between versions 1.16 and 1.17

version 1.16, 2000/05/27 09:41:30 version 1.17, 2000/06/01 21:04:26
Line 95  all-words Line 95  all-words
   
 : 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
   newline type ;      \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 ;
   
 : space ( -- ) \ core  : space ( -- ) \ core
   \G Display one space.    \G Display one space.

Removed from v.1.16  
changed lines
  Added in v.1.17


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>