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/tests/working/helpers.t

    r458 r507  
    2929 
    3030"--- fold ---" print 
    31 [2 5 3] 0 [add] fold . 
    32 ["Thune" "is" "great"] 0 [swap length? add] fold . 
     310 [2 5 3] [add] each . 
     320 ["Thune" "is" "great"] [length? add] each . 
    3333