diff options
| -rw-r--r-- | examples/working-loaded/catstrarray.ey | 5 | ||||
| -rw-r--r-- | examples/working/suspend.ey | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/examples/working-loaded/catstrarray.ey b/examples/working-loaded/catstrarray.ey new file mode 100644 index 0000000..0d1820f --- /dev/null +++ b/examples/working-loaded/catstrarray.ey @@ -0,0 +1,5 @@ +/canary +[ /a /b /c /d /e ] sys .asmroutines .catstrarray dump +dump + +# vim: syn=elymas 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 |
