! Copyright (C) 2005 Slava Pestov. ! See http://factor.sf.net/license.txt for BSD license. IN: streams USE: io-internals : ( path -- stream ) open-read ; : ( path -- stream ) open-write ;