Handbook
Glossary
next-fibs ( x y -- y x+y )
Vocabulary
project-euler
.
002
.
private
Inputs
x
an
object
y
an
object
Outputs
y
an
object
x+y
an
object
Definition
USING:
kernel
math
;
IN:
project-euler.002.private
:
next-fibs
( x y -- y x+y )
[
nip
]
[
+
]
2bi
;