RoloLudo/RoloLudo.package/DicePool.class/instance/with.with..st
2023-12-03 15:32:32 -05:00

4 lines
130 B
Smalltalk

accessing
with: fistInteger with: secondInteger
self dice: (Array with: (Die with: fistInteger) with: (Die with: secondInteger))