Handbook
Glossary
parse-line ( line -- )
Vocabulary
ini-file
.
private
Inputs
line
an
object
Outputs
None
Definition
USING:
kernel
math
sequences
;
IN:
ini-file.private
:
parse-line
( line -- )
uncomment
unspace
dup
section?
[
section,
1
+
cut
[
[section]
]
[
unspace
]
bi*
]
when*
[
name=value
]
unless-empty
;