JakubLinhart/SphereSharp

Second and third argument of qval should be literal by default

Opened this issue · 0 comments

<qval(<fun1>,x,y)> is transpiled as <qval(<fun1>,<var.x>,<var.y>)> when x and y are declared as global variables somewhere. But x and y are literals in this context.