# multiply is a built-in in ursa, so the function is called mult instead
def mult (int a, int b)
return (* a b)
end