RosettaCodeData/Task/Function-definition/Xojo/function-definition-1.xojo
2019-09-12 10:33:56 -07:00

3 lines
99 B
Text

Function Multiply(ByVal a As Integer, ByVal b As Integer) As Integer
Return a * b
End Function