RosettaCodeData/Task/Jump-anywhere/Factor/jump-anywhere-3.factor
2023-07-01 13:44:08 -04:00

3 lines
80 B
Factor

USING: continuations kernel math ;
[ 10 2 / swap continue-with 1 0 / ] callcc1