[RFC] GNU Algol 68 Coding Guidelines
jpl
jpl.algol68@gmail.com
Mon Jan 12 18:31:35 GMT 2026
Hej Jose, Thanks for putting these guidelines.
Lurker, and first time poster here with a question on the phrasing below:
> ### Closed clauses
>
> Algol 68 allows using `(' an `)' instead of `begin' and `end' to
> <snip>
> contains a few guidelines and recommendations on this regard.
>
> Do not use parentheses for closed clauses that span in a single line,
> regardless of the context. Having `begin' and `end' symbols in the
> same line looks weird and confusing.
The above appears to disallow single line closed clauses completely (?).
I mean, one cannot use parentheses on single line closed clauses, and also
when using
BEGIN/END one cannot use a single line.
Is there a typo, or have I misunderstood something? Should this be:
*USE* parentheses for closed clauses that span a single line (?)
Cheers,
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://gcc.gnu.org/pipermail/algol68/attachments/20260112/f9305039/attachment.htm>
More information about the Algol68
mailing list