[gforth] / gforth / stuff.fs  

gforth: gforth/stuff.fs

Diff for /gforth/stuff.fs between version 1.36 and 1.37

version 1.36, Fri Aug 27 15:53:50 2004 UTC version 1.37, Sun Nov 28 20:20:37 2004 UTC
Line 286 
Line 286 
     \G followed by a list of the items; TOS is the right-most item.      \G followed by a list of the items; TOS is the right-most item.
     ." <" fdepth 0 .r ." > " fdepth 0 max maxdepth-.s @ min dup 0      ." <" fdepth 0 .r ." > " fdepth 0 max maxdepth-.s @ min dup 0
     ?DO  dup i - 1- floats fp@ + f@ 16 5 11 f.rdp space LOOP  drop ;      ?DO  dup i - 1- floats fp@ + f@ 16 5 11 f.rdp space LOOP  drop ;
   
   \ defer stuff
   
   :noname    ' defer@ ;
   :noname    postpone ['] postpone defer@ ;
   interpret/compile: action-of ( interpretation "name" -- xt; compilation "name" -- ; run-time -- xt ) \ gforth
   \G @i{Xt} is the XT that is currently assigned to @i{name}.
   
   ' action-of
   comp' action-of drop
   interpret/compile: what's ( interpretation "name" -- xt; compilation "name" -- ; run-time -- xt ) \ gforth-obsolete
   \G Old name of @code{action-of}


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help