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 don't see how it could work given that it wouldn't return a standard (rectangular) array. Would you expect it to return a triangular matrix? But then there is no general solution for arbitrary expressions of j.
I forgot that comprehensions don't just return a one dimensional array. What I wanted would just be the expression in a straight list, like [2,3,4,4,5,6]
Simple example,
this works:
this fails with
UndefVarError
oni
.Would it be possible to support the syntax of the second version?
The text was updated successfully, but these errors were encountered: