2016-02-03 16:20:20 -07:00

8 lines
80 B
Plaintext

---
<% if (true) { %>
HELLO
<% } %>
<% if (false) { %>
WORLD
<% } %>
---