factor/library/test/prettyprint.factor

10 lines
181 B
Factor
Raw Normal View History

2004-07-16 02:26:21 -04:00
IN: scratchpad
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