3 lines
79 B
Factor
3 lines
79 B
Factor
USING: continuations math prettyprint ;
|
|
|
|
[ 10 2 / . continue 1 0 / . ] callcc0
|