[gforth] / gforth / quotes.fs  

gforth: gforth/quotes.fs

Diff for /gforth/quotes.fs between version 1.2 and 1.3

version 1.2, Tue Apr 30 20:12:36 2002 UTC version 1.3, Tue Apr 30 20:19:12 2002 UTC
Line 94 
Line 94 
 :noname postpone (.") \"-parse dup c, 1+ chars allot drop ;  :noname postpone (.") \"-parse dup c, 1+ chars allot drop ;
 interpret/compile: .\" ( compilation 'ccc"' -- ; run-time -- )  \ gforth        dot-backslash-quote  interpret/compile: .\" ( compilation 'ccc"' -- ; run-time -- )  \ gforth        dot-backslash-quote
   
 1 [if] \ test  0 [if] \ test
     s" 123" drop 10 parse-num-x 123 <> throw drop .s      s" 123" drop 10 parse-num-x 123 <> throw drop .s
     s" 123a" drop 10 parse-num   123 <> throw drop .s      s" 123a" drop 10 parse-num   123 <> throw drop .s
     s" x1fg" drop \-escape 31 <> throw drop .s      s" x1fg" drop \-escape 31 <> throw drop .s


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help