string>ini ( str -- assoc )


Vocabulary
ini-file

Inputs
stra string


Outputs
assocan assoc


Word description
Parses the specified string as an INI configuration and returns the result as a nested hashtable.

Definition