[Bug algol68/123734] Module example (and others) in ga68.info fails compilation with error
jpl
jpl.algol68@gmail.com
Wed Jan 21 08:18:22 GMT 2026
Thanks Mohammad-Reza, appreciated.
While doing those edits, there are a few minor wording improvements.
Might want to change the 5 occurrences of "consists on" to "consists of".
Regards,
James
On Wed, Jan 21, 2026 at 8:19 AM mnabipoor at gnu dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123734
>
> Mohammad-Reza Nabipoor <mnabipoor at gnu dot org> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> CC| |mnabipoor at gnu dot org
>
> --- Comment #1 from Mohammad-Reza Nabipoor <mnabipoor at gnu dot org> ---
> You just need to add `; skip' before `fed', like this:
>
>
> ```algol68
> module Trilean =
> def
> pub mode Tril = int;
> pub Tril dontknow = 0, yes = 1, no = 2;
> pub prio AND3 = 3, OR3 = 3, XOR3 = 3;
> pub op NOT3 = (Tril a) Tril:
> (a + 1 | dontknow, no, yes);
>
> skip
> fed
> ```
>
> I'll fix the manual.
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.
More information about the Algol68
mailing list