https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123734
--- Comment #2 from jpl <jpl.algol68 at gmail dot com> --- 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 <[email protected]> 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.
