aboutsummaryrefslogtreecommitdiff
path: root/share/sample1.mi5
blob: 1e134d8eb32562ac253c2b82c504ef5f3b2ca05e (plain) (blame)
1
2
3
4
5
6
7
8
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?