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 expected behaviour would've been to compute 1 2 3 ×.+ 1 2 3. Instead, we get a SYNTAX ERROR.
This does not seem to be a shortcoming of dyadic operators in general, as we seem to be able to derive monadic operators from other dyadic operators; @ for example:
The expected behaviour would've been to compute
1 2 3 ×.+ 1 2 3
. Instead, we get aSYNTAX ERROR
.This does not seem to be a shortcoming of dyadic operators in general, as we seem to be able to derive monadic operators from other dyadic operators;
@
for example:Probably related to the special casing mentioned in #9.
The text was updated successfully, but these errors were encountered: