Handbook
Glossary
property-not= ( str i property -- ? )
Vocabulary
unicode
.
breaks
.
private
Inputs
str
an
object
i
an
object
property
an
object
Outputs
?
an
object
Definition
USING:
kernel
sequences
;
IN:
unicode.breaks.private
::
property-not=
( str i property -- ? )
i
[
i str
?nth
[
word-break-prop
property
=
not
]
[
f
]
if*
]
[
t
]
if
;