RosettaCodeData/Task/Function-definition/Xojo/function-definition-1.xojo

4 lines
99 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Function Multiply(ByVal a As Integer, ByVal b As Integer) As Integer
Return a * b
End Function