Changeset 180 for trunk/thune/tests

Show
Ignore:
Timestamp:
06/10/06 03:12:25 (3 years ago)
Author:
krobillard
Message:

Thune - Added 'each function.

Location:
trunk/thune/tests/working
Files:
2 modified

Legend:

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

    r179 r180  
    14148 
    15159 
     16--- each --- 
     17each 1 
     18each 2 
     19each 'a 
     20each 'b 
     21each "one" 
     22each "two" 
     23each "tree" 
    1624--- foreach 0 --- 
    1725--- foreach 1 --- 
  • trunk/thune/tests/working/control.t

    r179 r180  
    1313 
    1414[1 2 'a 'b "one" "two" "tree"] :data 
     15 
     16 
     17"--- each ---" print 
     18data ["each " [prin] each .] each   ; nested each 
     19 
    1520 
    1621"--- foreach 0 ---" print