Handbook
Glossary
solve ( width height -- ways )
Vocabulary
project-euler
.
215
.
private
Inputs
width
an
object
height
an
object
Outputs
ways
an
object
Definition
USING:
kernel
math
;
IN:
project-euler.215.private
:
solve
( width height -- ways )
[
first-row
]
dip
1
-
[
next-row
]
times
total
;