Handbook
Glossary
building-last ( -- char )
Vocabulary
unicode
.
collation
.
private
Inputs
None
Outputs
char
an
object
Definition
USING:
make
namespaces
sequences
;
IN:
unicode.collation.private
:
building-last
( -- char )
building
get
[
0
]
[
last
last
]
if-empty
;