[project @ 1999-06-30 11:29:53 by simonmar]
authorsimonmar <unknown>
Wed, 30 Jun 1999 11:29:53 +0000 (11:29 +0000)
committersimonmar <unknown>
Wed, 30 Jun 1999 11:29:53 +0000 (11:29 +0000)
Allow the following (not strictly H98) construct:

    do
blah
e $ do
blah

This doesn't break any existing code, just allows more programs
through.  Only the semantics for layout after a 'do' have changed.


No differences found