Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Task/Enumerations/Slate/enumerations-1.slate
Normal file
4
Task/Enumerations/Slate/enumerations-1.slate
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
define: #Fruit &parents: {Cloneable}.
|
||||
Fruit traits define: #Apple -> Fruit clone.
|
||||
Fruit traits define: #Banana -> Fruit clone.
|
||||
Fruit traits define: #Cherry -> Fruit clone.
|
||||
3
Task/Enumerations/Slate/enumerations-2.slate
Normal file
3
Task/Enumerations/Slate/enumerations-2.slate
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
define: #Apple -> 1.
|
||||
define: #Banana -> 2.
|
||||
define: #Cherry -> 3.
|
||||
1
Task/Enumerations/Slate/enumerations-3.slate
Normal file
1
Task/Enumerations/Slate/enumerations-3.slate
Normal file
|
|
@ -0,0 +1 @@
|
|||
ensureNamespace: #fruit &slots: {#Apple -> 1. #Banana -> 2. #Cherry -> 3}.
|
||||
1
Task/Enumerations/Slate/enumerations-4.slate
Normal file
1
Task/Enumerations/Slate/enumerations-4.slate
Normal file
|
|
@ -0,0 +1 @@
|
|||
define: #fruit &builder: [{#Apple -> 1. #Banana -> 2. #Cherry -> 3} as: Dictionary].
|
||||
Loading…
Add table
Add a link
Reference in a new issue