4 lines
59 B
AppleScript
4 lines
59 B
AppleScript
|
|
to multiply(a as number, b as number)
|
||
|
|
return a * b
|
||
|
|
end
|