pr-9946.ch   [plain text]


x: module

synmode aset = SET (stopped, moving);

DCL xyz aset;

xyz := moving;
xyz := SUCC (xyz);

END x;