We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enum Color { White = 0, Black = 1, colorNone = 2 };
Color is one of the Data types used in Publius. It would work as an int, but defining it increases Type safety
Has two operators.
~color
++color
There was an error while loading. Please reload this page.