Handbook
Glossary
at-fraction ( seq fraction -- val )
Vocabulary
bubble-chamber
Inputs
seq
an
object
fraction
an
object
Outputs
val
an
object
Definition
USING:
kernel
math
sequences
;
IN:
bubble-chamber
:
at-fraction
( seq fraction -- val )
over
length
1
-
*
>integer
swap
nth
;