Handbook
Glossary
>key ( n -- k )
Vocabulary
project-euler
.
062
.
private
Inputs
n
an
object
Outputs
k
an
object
Definition
USING:
project-euler.common
sorting
;
IN:
project-euler.062.private
:
>key
( n -- k )
cube
number>digits
sort
;
inline