diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-07 02:24:19 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-07 02:24:19 +0400 |
commit | 180b6ab7c204ddf3a8aa2b9b022085e6a96ff99a (patch) | |
tree | afb0144af0ba75d516e100d1fc6fa0c309620c0e /examples/words.ash | |
parent | c9090da5bd98c418f71f9110c6c3d82f2f7d37ee (diff) |
program name changed to 'ash'
Diffstat (limited to 'examples/words.ash')
-rw-r--r-- | examples/words.ash | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/words.ash b/examples/words.ash new file mode 100644 index 0000000..c0e1461 --- /dev/null +++ b/examples/words.ash @@ -0,0 +1,7 @@ +# Prints out one + +define printOutOne + 1 dump +end + +printOutOne |