Diff for /gforth/look.fs between versions 1.5 and 1.6

version 1.5, 1996/08/21 14:58:42 version 1.6, 1996/08/26 10:07:20
Line 28 Line 28
   
 decimal  decimal
   
 \ >NAME PRIMSTART                                       22may93jaw  
   
 \ : >name ( xt -- nfa )  
 \         BEGIN   1 chars -  
 \                 dup c@ alias-mask and  
 \         UNTIL ;  
   
 : PrimStart ['] true >name ;  : PrimStart ['] true >name ;
   
 \ look                                                  17may93jaw  \ look                                                  17may93jaw
Line 50  decimal Line 43  decimal
   
 : look ( cfa -- lfa flag )  : look ( cfa -- lfa flag )
         dup forthstart <          dup forthstart <
         IF PrimStart (look)          IF
         ELSE >name true THEN ;              PrimStart (look)
           ELSE
               >name dup ??? <>
           THEN ;
   

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>