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