Hi Everyone,
Does anyone know how I can use an operator keyword as part of an Enum?
E.g.
TYPE MyEnum : MOVE, <------------------- MOVE_TO_X, MOVE_TO_Y END_TYPE
Thanks for your support,
simply NO
KRYWORDS cannot be used as variable names, the compiler will not allow it. You could add a post underscore...
Thanks for the quick reply π
Log in to post a comment.
Hi Everyone,
Does anyone know how I can use an operator keyword as part of an Enum?
E.g.
Thanks for your support,
simply NO
KRYWORDS cannot be used as variable names, the compiler will not allow it.
You could add a post underscore...
Thanks for the quick reply π