Handbook
Glossary
identical-weight ( char -- weight )
Vocabulary
unicode
.
private
Inputs
char
an
object
Outputs
weight
an
object
Definition
USING:
kernel
math
;
IN:
unicode.private
:
identical-weight
( char -- weight )
dup
65534
=
[
drop
0
]
[
1
+
]
if
;
inline