mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
' 8 lines 3 code 3 comments 2 blanks
|
|
Dim MyStr1, MyStr2
|
|
|
|
MyStr1 = "Hello"
|
|
|
|
' This is also a comment
|
|
MyStr2 = "Goodbye"
|
|
REM Comment on a line
|