Hi everyone,
I have a variable that has &optional &default attributes.
I want the &default attribute to have a value of an enum.
So if the enum is : type color: enum { Red, White, Blue, };
c: color &default=Red;
Does not work…
Any ideas on the correct syntax ?
Thank you
B