This seems good...the HOF stuff seems to have pretty well accepted, and
the thumbtack notation with it.
Dave
On Thu, 17 Aug 2000, Clayton Scott wrote:
> > > On Wed, 16 Aug 2000, David L. Nicol wrote:
> > > %record = loadrecord($studentID);
> > > with %record {
> > > print <<SPAM;
> > > Dear $Name:
> > > Your tuition is now due. Please send in a payment
> > > of at least $Minumum.
> > >
> > > SPAM
> > >
> > > # anyone for having a python-like floating left edge for
> > > # retaining indentation of hereis strings?
> > >
> > > };
>
>
> This seems less of a leap of logic/faith:
> %record = loadrecord($studentID);
> with %record {
> print <<SPAM;
> Dear ^name:
> Your tuition is now due. Please send in a payment of at least
> ^minumum.
> SPAM
> };
- Re: Default filehandles(was Re: command line option: $... Chaim Frenkel
- Re: Default filehandles(was Re: command line option: $... Peter Scott
- pascal-like "with" was Re: Default filehand... David L. Nicol
- Re: pascal-like "with" was Re: Default file... Dave Storrs
- Re: pascal-like "with" was Re: Default file... Johan Vromans
- Re: pascal-like "with" was Re: Default file... Dave Storrs
- Re: pascal-like "with" was Re: Default file... John Porter
- Re: pascal-like "with" was Re: Default file... Johan Vromans
- Re: pascal-like "with" was Re: Default file... Dave Storrs
- Re: pascal-like "with" was Re: Default fileh... Clayton Scott
- implied pascal-like "with" or "express&... Dave Storrs
- implied pascal-like "with" or "express&... David L. Nicol
- Re: implied pascal-like "with" or "expr... Jeremy Howard
- Re: implied pascal-like "with" or "expr... David L. Nicol
- Re: implied pascal-like "with" or "expr... Jonathan Scott Duff
- Re: implied pascal-like "with" or "expr... David L. Nicol
- Re: implied pascal-like "with" or "expr... Dave Storrs
- Re: implied pascal-like "with" or "expr... Brian Wheeler
- Re: implied pascal-like "with" or "expr... Jonathan Scott Duff
- Re: implied pascal-like "with" or "expr... Dave Storrs
- Re: implied pascal-like "with" or "expr... Ken Fox
