[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.207 and 1.208

version 1.207, Fri Mar 2 22:06:55 2007 UTC version 1.208, Sun Mar 25 21:30:59 2007 UTC
Line 1642 
Line 1642 
 f = key_query(stdin);  f = key_query(stdin);
 #endif  #endif
   
 \+os  
   
 stdin   ( -- wfileid )  gforth  stdin   ( -- wfileid )  gforth
 ""The standard input file of the Gforth process.""  ""The standard input file of the Gforth process.""
 wfileid = (Cell)stdin;  wfileid = (Cell)stdin;
Line 1656 
Line 1654 
 ""The standard error output file of the Gforth process.""  ""The standard error output file of the Gforth process.""
 wfileid = (Cell)stderr;  wfileid = (Cell)stderr;
   
   \+os
   
 form    ( -- urows ucols )      gforth  form    ( -- urows ucols )      gforth
 ""The number of lines and columns in the terminal. These numbers may change  ""The number of lines and columns in the terminal. These numbers may change
 with the window size.""  with the window size.""


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help