Changeset 507 for trunk/thune/mkboot.t

Show
Ignore:
Timestamp:
02/08/08 04:44:24 (10 months ago)
Author:
krobillard
Message:

Removed 'fold (no longer needed with the new 'each).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/mkboot.t

    r506 r507  
    9494'loop func :each.set    ;(ser words body -- ) 
    9595 
    96 [ser accu op] [ 
    97   ser [first accu op do :accu] iter 
    98   accu 
    99 ] 'loop func :fold      ;(ser accu op -- accu) 
    100  
    10196[ser comb] [ 
    10297  ser [dup first comb do 1 poke drop] iter