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
As of now it's possible to create a function as func create 42.
However such a name causes troubles because it's not valid part of domain.
Calling func create 42 should result int error.