Handbook
Glossary
uncomment ( str -- str' )
Vocabulary
ini-file
.
private
Inputs
str
an
object
Outputs
str'
an
object
Definition
USING:
kernel
sequences
;
IN:
ini-file.private
:
uncomment
( str -- str' )
";#"
[
over
index
[
head
]
when*
]
each
;