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
In the TODO file, it says that there is some ambiguity between an empty function and an empty object. I think that we could solve this by doing sort of what Apple's Swift language does:
vararray=[]vardictionary=[:]
So I propose that for an empty object, we could use {:}.
The text was updated successfully, but these errors were encountered:
In the TODO file, it says that there is some ambiguity between an empty function and an empty object. I think that we could solve this by doing sort of what Apple's Swift language does:
So I propose that for an empty object, we could use
{:}
.The text was updated successfully, but these errors were encountered: