Back to table

Broken While

The following is an invalid µOCCAM program. Incomplete while condition

Program file: /public/cs3/web/ipptests/bwhile.reject
  INT a = 5:
  INT b = 7: 	-- missing part of while condition
  
  WHILE a <> 
    STOP