3 lines
85 B
Text
3 lines
85 B
Text
Function Multiply(a As Integer, b As Integer) As Integer
|
|
Return a * b
|
|
End Function
|