[gforth] / gforth / kernel / Attic / special.fs  

gforth: gforth/kernel/Attic/special.fs

Diff for /gforth/kernel/Attic/special.fs between version 1.1 and 1.2

version 1.1, Wed May 21 20:40:18 1997 UTC version 1.2, Fri Jun 6 17:28:16 1997 UTC
Line 27 
Line 27 
 :noname    [char] " parse postpone SLiteral ;  :noname    [char] " parse postpone SLiteral ;
 interpret/compile: S" ( compilation 'ccc"' -- ; run-time -- c-addr u )  \ core,file     s-quote  interpret/compile: S" ( compilation 'ccc"' -- ; run-time -- c-addr u )  \ core,file     s-quote
   
   : [IS] ( compilation "name" -- ; run-time xt -- ) \ possibly-gforth bracket-is
       ' >body postpone ALiteral postpone ! ; immediate restrict
   
 :noname    ' >body ! ;  :noname    ' >body ! ;
 :noname    ' >body postpone ALiteral postpone ! ;  ' [IS]
 interpret/compile: IS ( addr "name" -- ) \ gforth  interpret/compile: IS ( addr "name" -- ) \ gforth
   
 :noname    ' >body @ ;  :noname    ' >body @ ;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help