Back to table

A general TEST

The following is valid µOCCAM. This is a perfectly valid program

Program file: /public/cs3/web/ipptests-phase-1/TEST.accept
-- Spyros's Program
INT a :
INT b :
SEQ
  a := a +
         3
  b := b + a
  IF
    a < b
      STOP
    a > b
      screen ! a