toml/stdex/comment.toml

4 lines
122 B
TOML
Raw Normal View History

2021-03-07 07:54:24 +00:00
# This is a full-line comment
key = "value" # This is a comment at the end of a line
another = "# This is not a comment"