rspec/rules/S108/rpg/code-example.adoc

17 lines
329 B
Plaintext
Raw Normal View History

2023-06-15 19:03:19 +02:00
[source,rpg]
----
C 99W1SCNO IFEQ 1
C EXSR SR201
C ELSE
C* Noncompliant: is the block empty on purpose, or is code missing?
C END
----
[source,rpg]
----
/free
for i = 1 to n;
endfor;
/end-free
----