Handbook
Glossary
reorder-loop ( string start -- )
Vocabulary
unicode
.
normalize
.
private
Inputs
string
an
object
start
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
unicode.normalize.private
:
reorder-loop
( string start -- )
dupd
reorder-next
[
2drop
]
[
reorder-loop
]
if
;
inline
recursive