4 lines
44 B
Text
4 lines
44 B
Text
|
|
sub multiply(a, b)
|
||
|
|
return a * b
|
||
|
|
end sub
|