diff options
| author | Drahflow <drahflow@gmx.de> | 2012-12-08 14:29:18 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2012-12-08 14:29:18 +0100 |
| commit | 74f3f1354afe9b6fe866527a1de2a8d16d1210b8 (patch) | |
| tree | b98303d84e99ab1829410ae38317c27c911217b5 /examples/working/recursion.ey | |
Initial commit
Diffstat (limited to 'examples/working/recursion.ey')
| -rw-r--r-- | examples/working/recursion.ey | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/working/recursion.ey b/examples/working/recursion.ey new file mode 100644 index 0000000..1c05c5c --- /dev/null +++ b/examples/working/recursion.ey @@ -0,0 +1,6 @@ +5 +{ exe =e + 1 sub + _ dump + _ { e * } { } ? * +} * |
