2016-02-01 16:40:10 -07:00

8 lines
78 B
Plaintext

<var x=1 y=7 z=x+10 unusedVar>
${x}
${y}
${z}
</var>
---
${typeof x}
---