/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

  1. ! Copyright (C) 2005, 2009 Slava Pestov.
  2. ! See http://factorcode.org/license.txt for BSD license.
  3. USING: kernel io ;
  4. IN: io.streams.plain
  5. MIXIN: plain-writer
  6. M: plain-writer stream-nl
  7. CHAR: \n swap stream-write1 ;