relpipe-data/examples/ini-simple.modified.ini
branchv_0
changeset 329 5bc2bb8b7946
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/relpipe-data/examples/ini-simple.modified.ini	Mon Feb 21 00:43:11 2022 +0100
@@ -0,0 +1,14 @@
+; this entry is a „global property“ – does not belong to any section:
+color = blue
+
+[first-section]
+x = 256
+y = 20
+z = 30
+some = value
+other = VALUE
+
+[second-section]
+x = 100
+y = 200
+z = 300