Following code in the XPP dialect causes the compiler to enter an endless loop:
PROCEDURE Main
BEGIN SEQUENCE
ENDSEQUENCE
problem is because of the UDC
#xcommand ENDSEQUENCE1 => END SEQUENCE
Same problem can be reproduced in any dialect with
#xcommand NOTHING [<*any*>] => NOTHING
FUNCTION Start() AS VOID STRICT
NOTHING
Following code in the XPP dialect causes the compiler to enter an endless loop:
problem is because of the UDC
#xcommand ENDSEQUENCE1 => END SEQUENCESame problem can be reproduced in any dialect with