factor/apps/benchmarks/prettyprint.factor

13 lines
182 B
Factor

IN: temporary
USE: definitions
USE: prettyprint
USE: test
USE: words
USE: kernel
USE: sequences
USE: io
[ ] [
[ vocabs [ words [ see ] each ] each ] string-out drop
] unit-test