rspec/rules/S122/vb6/compliant.adoc
2023-06-16 13:38:45 +00:00

6 lines
74 B
Plaintext

[source,vb6]
----
sampleString = "Hello World"
MsgBox(sampleString)
----