Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
1
Task/Introspection/Slate/introspection-1.slate
Normal file
1
Task/Introspection/Slate/introspection-1.slate
Normal file
|
|
@ -0,0 +1 @@
|
|||
Platform run: StartupArguments first ; ' --version'.
|
||||
2
Task/Introspection/Slate/introspection-2.slate
Normal file
2
Task/Introspection/Slate/introspection-2.slate
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(lobby hasSlotNamed: #bloop) /\ [(#abs findOn: {lobby bloop}) isNotNil] ifTrue: [inform: bloop abs printString].
|
||||
lobby slotValues inject: 0 into: [| :sum :value | (value is: Integer) ifTrue: [sum + value] ifFalse: [sum]].
|
||||
Loading…
Add table
Add a link
Reference in a new issue