4 lines
62 B
Text
4 lines
62 B
Text
|
|
function multiply(atom a, atom b)
|
||
|
|
return a*b
|
||
|
|
end function
|