relpipe-data/examples/ini-simple.ini
author František Kučera <franta-hg@frantovo.cz>
Mon, 21 Feb 2022 01:21:22 +0100
branchv_0
changeset 330 70e7eb578cfa
parent 329 5bc2bb8b7946
permissions -rw-r--r--
Added tag relpipe-v0.18 for changeset 5bc2bb8b7946

; 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