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
field["var"] is confusing with $var; As we sometimes need a variable that contains a space, it could be a better idea to have variables made this way: $"var with space"
this would avoid having to use the keyword field["var with space"]
The text was updated successfully, but these errors were encountered:
field["var"] is confusing with $var; As we sometimes need a variable that contains a space, it could be a better idea to have variables made this way:
$"var with space"
this would avoid having to use the keyword
field["var with space"]
The text was updated successfully, but these errors were encountered: