Back to table

Checks that comments are not allowed in continuation lines

The following is invalid µOCCAM. This simple program makes sure that comments are not allowed within continuation lines. It has one such comment and should therefore reject.

Program file: /public/cs3/web/ipptests/comment-continuation-check.reject
-- This checks that comments can not be put on continuation lines
PAR
  VAL mmmm IS nice * -- This should be rejected
                     hello
  STOP