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