factor/basis/lists/lazy/examples/examples-tests.factor

5 lines
164 B
Factor
Raw Normal View History

USING: lists.lazy.examples lists.lazy lists tools.test ;
2007-09-20 18:09:08 -04:00
{ { 1 3 5 7 } } [ 4 odds ltake list>array ] unit-test
{ { 0 1 4 9 16 } } [ first-five-squares ] unit-test