4 lines
39 B
AppleScript
4 lines
39 B
AppleScript
|
|
on multiply(a, b)
|
||
|
|
return a * b
|
||
|
|
end
|