RoloLudo/RoloLudo.package/DicePool.class/instance/with.with..st

4 lines
130 B
Smalltalk
Raw Normal View History

2023-12-03 20:32:32 +00:00
accessing
with: fistInteger with: secondInteger
self dice: (Array with: (Die with: fistInteger) with: (Die with: secondInteger))