blob: 3d9210a5b8d28818155e5ed804ab768f36d9c758 [file] [log] [blame]
x: module
synmode aset = SET (stopped, moving);
DCL xyz aset;
xyz := moving;
xyz := SUCC (xyz);
END x;