26 lines
375 B
Plaintext
26 lines
375 B
Plaintext
When there is only one statement in a chain, the chain syntax can be omitted, which simplifies the code.
|
|
|
|
|
|
== Noncompliant Code Example
|
|
|
|
----
|
|
CLEAR: w_alvvr.
|
|
----
|
|
|
|
|
|
== Compliant Solution
|
|
|
|
----
|
|
CLEAR w_alvvr.
|
|
----
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
include::message.adoc[]
|
|
|
|
endif::env-github,rspecator-view[]
|