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
Some of the operators on the official documentation are not currently supported by the parser. Some examples include floor division (//), mod, bit operators (like bit-or).
The text was updated successfully, but these errors were encountered:
https://www.nushell.sh/book/operators.html
Some of the operators on the official documentation are not currently supported by the parser. Some examples include floor division (
//
),mod
, bit operators (likebit-or
).The text was updated successfully, but these errors were encountered: