Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Enumerations/Raku/enumerations.raku
Normal file
8
Task/Enumerations/Raku/enumerations.raku
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
enum Fruit <Apple Banana Cherry>; # Numbered 0 through 2.
|
||||
|
||||
enum ClassicalElement (
|
||||
Earth => 5,
|
||||
'Air', # gets the value 6
|
||||
'Fire', # gets the value 7
|
||||
Water => 10,
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue