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

version 1.15, 2000/05/20 14:25:43 version 1.16, 2000/05/27 09:41:30
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).
   newline type ;    newline type ;
   
 : space ( -- ) \ core  : space ( -- ) \ core

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


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