ini-sections, ini-keys, ini-for-each added.

This commit is contained in:
2026-08-31 14:54:09 +02:00
parent a6d2c630bb
commit 9efc2350c0
5 changed files with 251 additions and 59 deletions
+9
View File
@@ -29,6 +29,15 @@
(file->ini file*)
(make-ini))
(make-ini))))
((sections)
(ini-sections content))
((keys section)
(ini-keys content section))
((for-each f)
(ini-for-each f content))
((set! s k v)
(begin