repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No smart quotes here
[factor/jcg.git]
/
extra
/
lists
/
lazy
/
examples
/
examples-tests.factor
blob
04886e2c1c8bae6c4c8cc1deda58ddef82774620
1
USING: lists.lazy.examples lists.lazy tools.test ;
2
IN: lists.lazy.examples.tests
3
4
[ { 1 3 5 7 } ] [ 4 odds ltake list>array ] unit-test
5
[ { 0 1 4 9 16 } ] [ first-five-squares ] unit-test