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

3 lines
79 B
Factor

USING: continuations math prettyprint ;
[ 10 2 / . continue 1 0 / . ] callcc0