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
For example, put a,b,a in the name field, and [1,2,3] in the definition field.
When you run the question, an error "There is more than one definition of the variable a." is shown. The editor should show a warning, too. At the moment, it shows both values in the generated value box.
When there's only one variable name in the list, e.g. a,a, the editor does display an error "There's another variable or constant with the name a."
The text was updated successfully, but these errors were encountered:
For example, put
a,b,a
in the name field, and[1,2,3]
in the definition field.When you run the question, an error "There is more than one definition of the variable a." is shown. The editor should show a warning, too. At the moment, it shows both values in the generated value box.
When there's only one variable name in the list, e.g.
a,a
, the editor does display an error "There's another variable or constant with the name a."The text was updated successfully, but these errors were encountered: