20 lines
432 B
Plaintext
20 lines
432 B
Plaintext
include::../description.adoc[]
|
|
|
|
== Noncompliant Code Example
|
|
|
|
----
|
|
Function Divide(ByVal numerator As Integer, ByVal denominator As Integer) As Integer
|
|
Return numerator / denominator ' FIXME denominator value might be 0
|
|
End Function
|
|
----
|
|
|
|
include::../see.adoc[]
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
'''
|
|
== Comments And Links
|
|
(visible only on this page)
|
|
|
|
include::../comments-and-links.adoc[]
|
|
endif::env-github,rspecator-view[]
|