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
Implemented this as shopt -s oil-parse-at. There are too many places where we reuse the parser to scope it to parse time, so I made it a global execution option.
It has the additional restriction of only being executed at the top level.
important:
(
is for expression mode{
is an operatorset
keyword for assignment. legacy use isbuiltin set ...
not sure:
=
for assignment. we already havevar
andset
The text was updated successfully, but these errors were encountered: