summaryrefslogtreecommitdiff
path: root/examples/const.ash
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-07 02:24:19 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-07 02:24:19 +0400
commit180b6ab7c204ddf3a8aa2b9b022085e6a96ff99a (patch)
treeafb0144af0ba75d516e100d1fc6fa0c309620c0e /examples/const.ash
parentc9090da5bd98c418f71f9110c6c3d82f2f7d37ee (diff)
program name changed to 'ash'
Diffstat (limited to 'examples/const.ash')
-rw-r--r--examples/const.ash4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/const.ash b/examples/const.ash
new file mode 100644
index 0000000..421f7f5
--- /dev/null
+++ b/examples/const.ash
@@ -0,0 +1,4 @@
+# Prints out the value 5
+
+define CON 5 end
+CON dump