diff options
Diffstat (limited to 'examples/working')
| -rw-r--r-- | examples/working/suspend.ey | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/working/suspend.ey b/examples/working/suspend.ey new file mode 100644 index 0000000..d512502 --- /dev/null +++ b/examples/working/suspend.ey @@ -0,0 +1,6 @@ +0 10 range { ==i + i dump + i 5 eq { + { _ { * }_ "coroutine-suspend" sys .freeze * } !! * + } rep +} each |
