diff options
Diffstat (limited to 'examples/example0.luma')
-rw-r--r-- | examples/example0.luma | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/example0.luma b/examples/example0.luma deleted file mode 100644 index 4e72a9a..0000000 --- a/examples/example0.luma +++ /dev/null @@ -1,12 +0,0 @@ -def fn /std/void [/std/int28 argc | /std/arr /std/str args] -noret main - ifeq argc #3 args.#1 “Hello” args.#2 “there!” - call /std/fout [“General Kenobi?” | $000A] - else - def var /std/int28 iter - loop @iter - ifeq iter #10 - brk - call /std/fout [“Luma FTW!” | $000A] - call /std/fout [“"Luma FTW!" should have been written 10 times.” | $000A] - exit #0 -X |