[gforth] / gforth / kernel / io.fs  

gforth: gforth/kernel/io.fs

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

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


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help