rspec/rules/S3921/compliant.adoc
2022-02-04 16:28:24 +00:00

10 lines
113 B
Plaintext

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