rspec/rules/S122/vb6/compliant.adoc

6 lines
74 B
Plaintext
Raw Normal View History

2023-06-16 15:38:45 +02:00
[source,vb6]
----
sampleString = "Hello World"
MsgBox(sampleString)
----