factor/library/test/combinators.factor

9 lines
171 B
Factor
Raw Normal View History

2004-07-16 02:26:21 -04:00
IN: scratchpad
USE: combinators
USE: kernel
USE: stack
USE: test
2004-08-04 03:12:55 -04:00
[ ] [ 3 [ ] cond ] unit-test
[ t ] [ 4 [ [ 1 = ] [ ] [ 4 = ] [ drop t ] [ 2 = ] [ ] ] cond ] unit-test