RosettaCodeData/Task/Function-definition/Smalltalk/function-definition.st

3 lines
32 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
|mul|
mul := [ :a :b | a * b ].