factor/library/test/stream.factor

10 lines
146 B
Factor
Raw Normal View History

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