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
I ran into some odd behavior where, when short numeric tuples are entered in the REPL, they're displayed with one or more of their trailing elements equal to zero. When these same elements are examined (via a[3] or println(a)), the assigned values are correctly displayed.
I ran into some odd behavior where, when short numeric tuples are entered in the REPL, they're displayed with one or more of their trailing elements equal to zero. When these same elements are examined (via
a[3]
orprintln(a)
), the assigned values are correctly displayed.The text was updated successfully, but these errors were encountered: