5 lines
105 B
Text
5 lines
105 B
Text
' FB 1.05.0 Win64
|
|
|
|
Function multiply(d1 As Double, d2 As Double) As Double
|
|
Return d1 * d2
|
|
End Function
|