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
&& isn't unary though, so maybe something could be done to allow it in a prefix/standalone context. Either way making this change would break some programs that currently rely on space/newline elision before && (like what happens in the "currently compiled" result there).
&^, &^^ etc. would also be a (weird?) alternate syntax if &&, &&&, etc. aren't a Good Idea.
currently compiles to
though it might be a nice feature to have N+1 ampersands refer to upper
&
scopes, ieEDIT: (and &&&, &&&& etc. of course)
The text was updated successfully, but these errors were encountered: