
I removed abap, flex, pli and rpg dummy implementations since they're not implemented in the corresponding analyzer and there are no tickets open to do so.
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
[source,vbnet]
|
|
----
|
|
Function Divide(numerator As Integer, denominator As Integer) As Integer
|
|
Return numerator / denominator ' FIXME denominator value might be 0
|
|
End Function
|
|
---- |