Handbook
Glossary
section? ( line -- index/f )
Vocabulary
ini-file
.
private
Inputs
line
an
object
Outputs
index/f
an
object
Definition
USING:
combinators.short-circuit
kernel
math
sequences
;
IN:
ini-file.private
:
section?
( line -- index/f )
{
[
length
1
>
]
[
first
91
=
]
[
93
swap
last-index
]
}
1&&
;