Algol 68 allows using ( and ) instead of [ and
] in bounds and slices to represent the SUB and BUS
symbols. This is supported by ga68 via the -fbrackets
command-line option in order to ease the porting of old code, and it
is disabled by default. Please always use square brackets for indexing
in new code.