RosettaCodeData/Task/Function-definition/AppleScript/function-definition.applesc...

4 lines
39 B
AppleScript

on multiply(a, b)
return a * b
end