relpipe-data/examples/ini-simple.ini
author František Kučera <franta-hg@frantovo.cz>
Mon, 21 Feb 2022 00:43:11 +0100
branchv_0
changeset 329 5bc2bb8b7946
permissions -rw-r--r--
Release v0.18

; this entry is a „global property“ – does not belong to any section:
color=blue

[first-section]
x = 10
y = 20
z = 30
some = value
other = VALUE

[second-section]
x = 100
y = 200
z = 300