Handbook
Glossary
choice ( t p q -- t t )
Vocabulary
project-euler
.
215
.
private
Inputs
t
an
object
p
an
object
q
an
object
Outputs
t
an
object
t
an
object
Definition
USING:
accessors
kernel
;
IN:
project-euler.215.private
:
choice
( t p q -- t t )
[
[
two>>
]
[
three>>
]
bi
]
2dip
bi*
;
inline