RosettaCodeData/Task/Call-a-function/Lingo/call-a-function-3.lingo

5 lines
58 B
Plaintext

on foo (a, b)
if voidP(b) then b = 1
return a * b
end