Handbook
Glossary
special-acute? ( string -- ? )
Vocabulary
modern
Inputs
string
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
;
IN:
modern
:
special-acute?
( string -- ? )
{
[
section-open?
]
[
html-self-close?
]
[
html-full-open?
]
[
html-half-open?
]
[
html-close?
]
}
1||
;