Handbook
Glossary
section-open? ( string -- ? )
Vocabulary
modern
Inputs
string
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
math
sequences
;
IN:
modern
:
section-open?
( string -- ? )
{
[
"<"
head?
]
[
length
2
>=
]
[
rest
strict-upper?
]
[
">"
tail?
not
]
}
1&&
;