INI format uses semicolon as a comment character. It accepts them anywhere in the file.
key1=value
; this is a comment
key2=value ; this is a comment too
INI format uses semicolon as a comment character. It accepts them anywhere in the file.
key1=value
; this is a comment
key2=value ; this is a comment too