Handbook
Glossary
bubble-sort! ( seq -- )
Vocabulary
sorting
.
bubble
Inputs
seq
an
object
Outputs
None
Definition
USING:
math.order
;
IN:
sorting.bubble
:
bubble-sort!
( seq -- )
[
<=>
]
bubble-sort-with!
;