[gforth] / gforth / extend.fs  

gforth: gforth/extend.fs

Diff for /gforth/extend.fs between version 1.1 and 1.2

version 1.1, Fri Feb 11 16:30:46 1994 UTC version 1.2, Wed Apr 20 17:12:02 1994 UTC
Line 16 
Line 16 
 : 2r>   postpone r> postpone r> ; immediate restrict  : 2r>   postpone r> postpone r> ; immediate restrict
 : 2r@   postpone 2r> postpone 2dup postpone 2>r ; immediate restrict  : 2r@   postpone 2r> postpone 2dup postpone 2>r ; immediate restrict
   
   : 2Literal  swap postpone Literal  postpone Literal ;
     immediate restrict
   
 \ CASE OF ENDOF ENDCASE                                 17may93jaw  \ CASE OF ENDOF ENDCASE                                 17may93jaw
   
 \ just as described in dpANS5  \ just as described in dpANS5
Line 64 
Line 67 
   
 \ ERASE                                                 17may93jaw  \ ERASE                                                 17may93jaw
   
 : erase 0 1 chars um/mod nip 0 fill ;  : erase ( 0 1 chars um/mod nip )  0 fill ;
   : blank ( 0 1 chars um/mod nip ) bl fill ;
   
 \ ROLL                                                  17may93jaw  \ ROLL                                                  17may93jaw
   


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