aboutsummaryrefslogtreecommitdiff
path: root/share/sample1.mi5
diff options
context:
space:
mode:
Diffstat (limited to 'share/sample1.mi5')
-rw-r--r--share/sample1.mi59
1 files changed, 9 insertions, 0 deletions
diff --git a/share/sample1.mi5 b/share/sample1.mi5
new file mode 100644
index 00000000..1e134d8e
--- /dev/null
+++ b/share/sample1.mi5
@@ -0,0 +1,9 @@
+<%
+
+ define(`FOO', `foo')
+
+%>
+FOO is <% FOO %>. Happy? Here it is again: <% FOO %>.
+If I quote it, though, it doesn't evaluate: <% `FOO' %>.
+I hope this has been enlightening for you.
+I can safely comment the opening tags within an inline block, too, look: <% `<%' `%>' %>. Cool, huh?