summaryrefslogtreecommitdiff
path: root/examples/const.marp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/const.marp')
-rw-r--r--examples/const.marp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/const.marp b/examples/const.marp
new file mode 100644
index 0000000..421f7f5
--- /dev/null
+++ b/examples/const.marp
@@ -0,0 +1,4 @@
+# Prints out the value 5
+
+define CON 5 end
+CON dump