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/testing.ey | |
Initial commit
Diffstat (limited to 'examples/working/testing.ey')
| -rw-r--r-- | examples/working/testing.ey | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/working/testing.ey b/examples/working/testing.ey new file mode 100644 index 0000000..76ddf94 --- /dev/null +++ b/examples/working/testing.ey @@ -0,0 +1,11 @@ +#!/usr/bin/env elymas + +1 /testValue defv +{ testValue and + _ /testValue defv + { } { "test failed" die } ? * +} /test deff + +1 test +1 test +0 test |
