uncomment ( str -- str' )


Vocabulary
ini-file.private

Definition
USING: kernel sequences ;

IN: ini-file.private

: uncomment ( str -- str' )
";#" [ over index [ head ] when* ] each ;