factor/library/test/prettyprint.factor

10 lines
181 B
Factor

IN: scratchpad
USE: lists
USE: prettyprint
USE: test
USE: words
USE: kernel
[ ] [ gensym dup [ ] define-compound . ] unit-test
[ ] [ vocabs [ words [ see ] each ] each ] unit-test