20 lines
215 B
Plaintext
20 lines
215 B
Plaintext
![]() |
include::../description.adoc[]
|
||
|
|
||
|
== Noncompliant Code Example
|
||
|
|
||
|
----
|
||
|
FUNCTION my_function.
|
||
|
...
|
||
|
ENDFUNCTION.
|
||
|
----
|
||
|
|
||
|
== Compliant Solution
|
||
|
|
||
|
----
|
||
|
* here is
|
||
|
* my comment
|
||
|
FUNCTION my_function.
|
||
|
...
|
||
|
ENDFUNCTION.
|
||
|
----
|