Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Non-Standard Enum Variant

This warning indicates the right-hand side in an enum assignment does not match a defined variant. For example an enum such as TYPE Color : (red := 0, green := 1, blue := 2); END_TYPE is expected to take values which (internally) yield a literal integer 0, 1 or 2.