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
would evaluate f(5) in the current scope, and assign the value to the variable Debug.Session.x.
Need to keep a pure interpolated symbol such as $x in the AST, make it look like a symbol, but not a normal one, and to provide the proper setter to graft. Consider: Should all interpolations be evaluated at the point of occurrence instead of beforehand? Probably, would be inconsistent otherwise.
The text was updated successfully, but these errors were encountered:
E.g. the syntax
would evaluate
f(5)
in the current scope, and assign the value to the variableDebug.Session.x
.Need to keep a pure interpolated symbol such as
$x
in the AST, make it look like a symbol, but not a normal one, and to provide the proper setter tograft
.Consider: Should all interpolations be evaluated at the point of occurrence instead of beforehand? Probably, would be inconsistent otherwise.
The text was updated successfully, but these errors were encountered: