11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
|
// This is a comment
|
||
|
; <- comment
|
||
|
|
||
|
; Another comment
|
||
|
; <- comment
|
||
|
|
||
|
ECHO &a // This is a trailing comment
|
||
|
; ^ comment
|
||
|
|
||
|
// vim: set ft=t32:
|