factor/apps/benchmarks/prettyprint.factor

13 lines
182 B
Factor
Raw Permalink Normal View History

IN: temporary
2006-08-06 20:31:15 -04:00
USE: definitions
2004-07-16 02:26:21 -04:00
USE: prettyprint
USE: test
USE: words
USE: kernel
2005-05-15 21:17:56 -04:00
USE: sequences
USE: io
2004-07-16 02:26:21 -04:00
[ ] [
[ vocabs [ words [ see ] each ] each ] string-out drop
] unit-test