Handbook
Glossary
change-matrix ( x y matrix quot -- )
Vocabulary
project-euler
.
081
.
private
Inputs
x
an
object
y
an
object
matrix
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
sequences
;
IN:
project-euler.081.private
:
change-matrix
( x y matrix quot -- )
[
nth
]
dip
change-nth
;
inline