Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
uncomment ( str -- str' )
Vocabulary
ini-file.private
Definition
USING:
kernel
sequences
;
IN:
ini-file.private
:
uncomment
( str -- str' )
";#"
[
over
index
[
head
]
when*
]
each
;