DEBSOURCES
Skip Quicknav
sources / golang-github-alecthomas-participle-v2 / 2.1.4-2 / _examples / ini / example.ini
123456789101112
a = "a" b = 123 # A comment [numbers] a = 10.3 b = 20 ; Another comment [strings] a = "\"quoted\"" b = "b"