Handbook
Glossary
variable-weight ( weight-levels -- obj )
Vocabulary
unicode
.
collation
.
private
Inputs
weight-levels
an
object
Outputs
obj
an
object
Definition
USING:
accessors
kernel
;
IN:
unicode.collation.private
:
variable-weight
( weight-levels -- obj )
dup
ignorable?>>
[
primary>>
]
[
drop
65535
]
if
;