comments.txt 125 B

12345
  1. # Comment
  2. ; ini-style comment
  3. x = "abc" # Comment on same line
  4. y = 123 ; Comment on same line
  5. [table] ; Comment on same line