RosettaCodeData/Task/Function-definition/Lingo/function-definition.lingo

4 lines
38 B
Plaintext

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