factor/library/test/prettyprint.factor

10 lines
180 B
Factor

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