Handbook
Glossary
inc-pos ( pos seq -- pos' seq )
Vocabulary
rosetta-code
.
gnome-sort
Inputs
pos
an
object
seq
an
object
Outputs
pos'
an
object
seq
an
object
Definition
USING:
kernel
math
;
IN:
rosetta-code.gnome-sort
:
inc-pos
( pos seq -- pos' seq )
[
1
+
]
dip
;
inline