factor/apps/benchmarks/continuations.factor

5 lines
106 B
Factor

IN: temporary
USING: kernel sequences test ;
[ ] [ 100000 [ drop [ continue ] callcc0 ] each ] unit-test