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 just spent some 15 minutes trying to find out why my function was not working properly, i.e. not respecting a change in value in the function call. I then found out the reason; I had declared the variable two times in the function header by mistake. I think we need an error message for this situation the same way you get an error message when calling the function with two identical variable names as parameters.
The text was updated successfully, but these errors were encountered:
I just spent some 15 minutes trying to find out why my function was not working properly, i.e. not respecting a change in value in the function call. I then found out the reason; I had declared the variable two times in the function header by mistake. I think we need an error message for this situation the same way you get an error message when calling the function with two identical variable names as parameters.
The text was updated successfully, but these errors were encountered: