Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Implementation of 'enum' keyword.
> Any plans in this direction or maybe an own
> Enum Type, which could well have methods
> +, -, ++, --, <=>
> and thus be used within Ranges.
Good idea!
isCase() could just perform equals comparison - unless a range is used
case green..blue:
return "not red "
James