aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/sample1.mi52
1 files changed, 2 insertions, 0 deletions
diff --git a/share/sample1.mi5 b/share/sample1.mi5
index 686d7787..1e134d8e 100644
--- a/share/sample1.mi5
+++ b/share/sample1.mi5
@@ -4,4 +4,6 @@
%>
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?