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
In general, we cannot really detect if a function is computing on the language and then conditionally executes code, but at least we can handle the built-in ones.
I expected this to return 6, but I get 1:
I think calls to
switch
ought to return the number of non-missing elements of...
.In this example,
a
andb
resolve to the same thing, so there are only 2 paths through the code:The text was updated successfully, but these errors were encountered: