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

6 lines
194 B
Factor
Raw Normal View History

USING: lists.lazy.examples lists.lazy lists tools.test ;
IN: lists.lazy.examples.tests
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