From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Tue, 9 Oct 2007 20:46:30 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] here document In-Reply-To: <20071010003709.8439.qmail@g.galapagos.bx.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: cd6e3fe0-ead2-11e9-9d60-3106f5b1d025 > Byron's rc works! > > ; fn zot { > for (a in 1 2 3) { > cat < Hello > World > EOF > } > } > ; zot > Hello > World > Hello > World > Hello > World however the price is the entire contents of the here doc is in memory. - erik