6 lines
125 B
Plaintext
Vendored
6 lines
125 B
Plaintext
Vendored
# Comment
|
|
; ini-style comment
|
|
x = "abc" # Comment on same line
|
|
y = 123 ; Comment on same line
|
|
[table] ; Comment on same line
|