2020-06-30 10:16:44 +02:00
|
|
|
include::../description.adoc[]
|
|
|
|
|
|
|
|
== Noncompliant Code Example
|
|
|
|
|
|
|
|
----
|
|
|
|
C 99W1SCNO IFEQ 1
|
|
|
|
C EXSR SR201
|
|
|
|
C ELSE
|
|
|
|
C* Empty on purpose or missing a piece of code?
|
|
|
|
C END
|
|
|
|
----
|
2020-06-30 14:49:38 +02:00
|
|
|
|
2020-06-30 10:16:44 +02:00
|
|
|
----
|
|
|
|
/free
|
|
|
|
for i = 1 to n;
|
|
|
|
endfor;
|
|
|
|
/end-free
|
|
|
|
----
|
|
|
|
|
|
|
|
include::../exceptions.adoc[]
|