5 lines
158 B
Factor
5 lines
158 B
Factor
USING: kernel tools.test rosettacode.Y ;
|
|
IN: rosettacode.Y.tests
|
|
|
|
[ 120 ] [ 5 [ almost-fac ] Y call ] unit-test
|
|
[ 8 ] [ 6 [ almost-fib ] Y call ] unit-test
|