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
The problem is that Int[2*i -1] does something different from Int[2*i-1], so the parser needs to parse these forms differently, and there's nothing special about Int vs. A at parse time. x = A[2*i -1] doesn't work either for the same reason, although perhaps that needs a better error message.
This gives the following error:
Removing the space in front of
-1
makes it work.The text was updated successfully, but these errors were encountered: