diff -r cc60c8dd7924 -r 5bc2bb8b7946 relpipe-data/examples/ini-simple.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/relpipe-data/examples/ini-simple.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 = 10 +y = 20 +z = 30 +some = value +other = VALUE + +[second-section] +x = 100 +y = 200 +z = 300