> Byron's rc works!
>
> ; fn zot {
> for (a in 1 2 3) {
> cat <<EOF
> Hello
> World
> EOF
> }
> }
> ; zot
> Hello
> World
> Hello
> World
> Hello
> Worldhowever the price is the entire contents of the here doc is in memory. - erik
> Byron's rc works!
>
> ; fn zot {
> for (a in 1 2 3) {
> cat <<EOF
> Hello
> World
> EOF
> }
> }
> ; zot
> Hello
> World
> Hello
> World
> Hello
> Worldhowever the price is the entire contents of the here doc is in memory. - erik