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