Show
Ignore:
Timestamp:
01/21/08 16:21:29 (10 months ago)
Author:
krobillard
Message:

Iter/each can now take skip value on stack. Each.set works again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/tests/working/parse2.good

    r502 r503  
    1616 
    1717 
    18 [words string!  file string!  rev logic!  | rules a b ab --] 
     18[words string!  file string!  rev logic!  | rules a b --] 
    1919[ 
    2020    [] copy :rules 
    2121    words parse.white 
    2222 
    23     [[b a] [a b]] rev pick :ab 
     23    [[b a] [a b]] rev pick 
    2424    [ 
    25         ab set 
    2625        rules [a (b prin) |] copy 'a infuse append.cat tail prev mark.eol drop 
    2726    ] 
    28     iter/2 
     27    each.set 
    2928 
    3029    file read