factor/apps/benchmarks/continuations.factor

5 lines
106 B
Factor
Raw Permalink Normal View History

IN: temporary
2005-09-14 00:37:50 -04:00
USING: kernel sequences test ;
2005-09-18 01:37:28 -04:00
[ ] [ 100000 [ drop [ continue ] callcc0 ] each ] unit-test