Handbook
Glossary
should-quote? ( str -- ? )
Vocabulary
ini-file
.
private
Inputs
str
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
sequences
;
IN:
ini-file.private
:
should-quote?
( str -- ? )
{
[
34
swap
index
]
[
?last
92
=
]
}
1||
;