rspec/rules/S3921/compliant.adoc
2020-06-30 17:16:12 +02:00

9 lines
99 B
Plaintext

== Compliant Solution
----
01 ALPHA PIC X(15).
*> ...
MOVE "Now is the time" TO ALPHA
----