> Byron's rc works!
> 
> ; fn zot {
> for (a in 1 2 3) {
> cat <<EOF
> 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

Reply via email to