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 think we can avoid all these repetition in selector clauses by setting a variable, e.g., base_64_var_or_index to either a variable name or an index variable. We have the ability to detect whether a given argument var_name is a variable name or an index name. So once we know which one it is, we can just use that.
I think we can avoid all these repetition in selector clauses by setting a variable, e.g.,
base_64_var_or_index
to either a variable name or an index variable. We have the ability to detect whether a given argumentvar_name
is a variable name or an index name. So once we know which one it is, we can just use that.Originally posted by @niharikasingh in #160 (comment)
The text was updated successfully, but these errors were encountered: