3 lines
100 B
VB.net
3 lines
100 B
VB.net
function multiply( multiplicand, multiplier )
|
|
multiply = multiplicand * multiplier
|
|
end function
|