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, 0 insertions, 4 deletions
diff --git a/examples/const.ash b/examples/const.ash
deleted file mode 100644
index 421f7f5..0000000
--- a/examples/const.ash
+++ /dev/null
@@ -1,4 +0,0 @@
-# Prints out the value 5
-
-define CON 5 end
-CON dump