Yes, i guess i know i should’t do like this, because, when macro is expanding, all const should be already defined, right?
but, still, following code error message is odded.
{% ROOT="/home/zw963" %}
In 1.cr:1:1
1 | {% ROOT="/home/zw963" %}
^
Error: expanding macro
In 1.cr:1:4
1 | {% ROOT="/home/zw963" %}
^
Error: can only assign to variables, not Path
What is the Path?