Handbook
Glossary
finish-word-table ( -- table )
Vocabulary
unicode
.
breaks
.
private
Inputs
None
Outputs
table
an
object
Definition
USING:
combinators
namespaces
sequences
;
IN:
unicode.breaks.private
:
finish-word-table
( -- table )
table
get
[
[
{
{
0
[
f
]
}
{
1
[
t
]
}
[
]
}
case
]
map
]
map
;