next-fibs ( x y -- y x+y )


Vocabulary
project-euler.002.private

Inputs
xan object
yan object


Outputs
yan object
x+yan object


Definition