
# comment on the beginning of the line

    # comment in the middle

value1 = some value "with a string" in the middle

   value2 = some value without a string

value3 = some value # and a comment

   value4 = "some string" # and a comment

value5 = this # is "not a string"

