/core/io/streams/plain/plain.factor
http://github.com/abeaumont/factor · Factor · 9 lines · 5 code · 2 blank · 2 comment · 0 complexity · 7e593a66d9dcb87709d20b8b3c22fd2f MD5 · raw file
- ! Copyright (C) 2005, 2009 Slava Pestov.
- ! See http://factorcode.org/license.txt for BSD license.
- USING: kernel io ;
- IN: io.streams.plain
- MIXIN: plain-writer
- M: plain-writer stream-nl
- CHAR: \n swap stream-write1 ;