Closed PierBover closed 4 years ago
For example:
{#if answer === 42} <p>what was the question?</p> {/if}
Isn't this better?
{if answer === 42} <p>what was the question?</p> {/if}
After all if is a restricted JS term.
if
@PierBover BEcause it makes the parsing of the document unambiguous.
For example:
Isn't this better?
After all
if
is a restricted JS term.