factor/library/test/prettyprint.factor

11 lines
224 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
2005-04-10 18:58:30 -04:00
[ ] [ classes [ methods. ] each ] unit-test