
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.
4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
[source,cobol]
|
|
----
|
|
DIVIDE 5 BY DIVISOR GIVING QUOTIENT. *> FIXME ensure DIVISOR is not zero
|
|
---- |