factor/library/test/prettyprint.factor

10 lines
180 B
Factor
Raw Normal View History

IN: temporary
2004-07-16 02:26:21 -04:00
USE: lists
USE: prettyprint
USE: test
USE: words
USE: kernel
2004-07-16 02:26:21 -04:00
[ ] [ gensym dup [ ] define-compound . ] unit-test
[ ] [ vocabs [ words [ see ] each ] each ] unit-test