diff options
Diffstat (limited to 'examples/const.marp')
-rw-r--r-- | examples/const.marp | 4 |
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 |