Bulletin number: 46 Products affected: D705B D700D D700E Description: missing AFTER causes compiler error Component: occam 2 compiler Date: Wed Apr 11 11:31:55 BST 1990 ----- The following example program has a missing 'AFTER' which causes a "COMPILER ERROR: please report" message from the occam compiler in D705B, D700D, D700E. The checker in D705B detects the missing 'AFTER' OK. PROC test () TIMER timer : INT int : VAL val IS 100 : SEQ ALT timer ? int PLUS val <-- missing 'AFTER' causes error SKIP :