RosettaCodeData/Task/Introspection/Slate/introspection-2.slate
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
222 B
Text

(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]].