2017-11-22 16:46:18 -08:00

8 lines
80 B
Plaintext

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