summaryrefslogtreecommitdiff
path: root/examples/const.ash
diff options
context:
space:
mode:
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