read-ini ( -- assoc )


Vocabulary
ini-file

Inputs
None

Outputs
assocan assoc


Word description
Reads and parses an INI configuration from the input-stream and returns the result as a nested hashtable.

Definition