Handbook
Glossary
grapheme-control? ( object -- ? )
Vocabulary
unicode
.
breaks
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
grapheme-control
class.
Definition
USING:
kernel
math
sequences
unicode.data
;
IN:
unicode.breaks.private
:
grapheme-control?
( object -- ? )
dup
integer?
[
integer>fixnum-strict
dup
category-num
B{
24 25 26 27
}
member?
[
drop
t
]
[
drop
f
]
if
]
[
drop
f
]
if
;