Back to table

Multiple contiuation lines

The following is valid µOCCAM. This program breaks a large expression up over several lines using valid line-breaking tokens.

Program file: /public/cs3/web/ipptests-phase-1/multi-continuation.accept
x := ((((1 +
              2) -
                    3) *
                          4) /
                                5)