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
Currently, let add x, y = x + y works when given more than two arguments. It ignores the excess arguments, but this should be an error since add expects exactly two arguments
The text was updated successfully, but these errors were encountered:
Currently,
let add x, y = x + y
works when given more than two arguments. It ignores the excess arguments, but this should be an error sinceadd
expects exactly two argumentsThe text was updated successfully, but these errors were encountered: