Back to table

Small While

The following is valid µOCCAM. Small While that increments until the limit is hit

Program file: /public/cs3/web/ipptests-phase-1/smallwhile.accept
a:=1
b:=10
while (a <= b)
  SEQ
    a:=a+1