3 lines
100 B
Text
3 lines
100 B
Text
function multiply( multiplicand, multiplier )
|
|
multiply = multiplicand * multiplier
|
|
end function
|