[gforth] / gforth / kernel / io.fs  

gforth: gforth/kernel/io.fs

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

version 1.16, Sat May 27 09:41:30 2000 UTC version 1.17, Thu Jun 1 21:04:26 2000 UTC
Line 95 
Line 95 
   
 : 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


Generate output suitable for use with a patch program
Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help