No smart quotes here
[factor/jcg.git] / extra / lists / lazy / examples / examples-tests.factor
blob04886e2c1c8bae6c4c8cc1deda58ddef82774620
1 USING: lists.lazy.examples lists.lazy tools.test ;
2 IN: lists.lazy.examples.tests
4 [ { 1 3 5 7 } ] [ 4 odds ltake list>array ] unit-test
5 [ { 0 1 4 9 16 } ] [ first-five-squares ] unit-test