You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, an expression like \"x\Ax\" will evaluate to "xx" with a warning "Referencing uninitialized variable A." Since A is an operator, interpolating it should be a syntax error, akin to writing J["x"; ST A; "x"] (which is roughly how the interpolation sequence parses).
The text was updated successfully, but these errors were encountered:
Currently, an expression like
\"x\Ax\"
will evaluate to"xx"
with a warning "Referencing uninitialized variable A." SinceA
is an operator, interpolating it should be a syntax error, akin to writingJ["x"; ST A; "x"]
(which is roughly how the interpolation sequence parses).The text was updated successfully, but these errors were encountered: