factor/library/test/stream.factor

9 lines
129 B
Factor
Raw Normal View History

IN: temporary
USE: namespaces
USE: io
USE: test
2004-11-28 21:56:58 -05:00
USE: generic
USE: kernel
[ "xyzzy" ] [ [ "xyzzy" write ] string-out ] unit-test