Near the bottom of page 21, section 7.12 on tuples and agents
of ISO/IEC 25436:2006(E) an example reads
operation.call [b1]
Should this be
operation.call ([b1]) ?
(It made me wonder whether "operation.call [b1] ..." could also
be interpreted as part of a special assigner call, presuming that
the result of "operation.call" somehow could have a bracket alias.
Not sure this makes any sense...)
-- Georg