Handbook
Glossary
string>ini ( str -- assoc )
Vocabulary
ini-file
Inputs
str
a
string
Outputs
assoc
an
assoc
Word description
Parses the specified
string
as an INI configuration and returns the result as a nested
hashtable
.
Definition
USING:
io.streams.string
;
IN:
ini-file
:
string>ini
( str -- assoc )
[
read-ini
]
with-string-reader
;