summaryrefslogtreecommitdiff
path: root/examples/const.ash
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-19 20:02:29 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-19 20:02:29 +0400
commit999d26eb5b7fcd96feadde6ca9ee9900ac8179af (patch)
tree0b9545e4a97906a1350f6934b8f08682199f2019 /examples/const.ash
parent8d0fc4dd5f70bc829f4f73b70246c02bc3f8168c (diff)
program name changed to `marp`
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