Nathan-Wall / proto

A programming language derived from JavaScript which emphasizes prototypes, integrity, and syntax.
Other
12 stars 1 forks source link

Should there be a `for..in`? #58

Open Nathan-Wall opened 10 years ago

Nathan-Wall commented 10 years ago

for..in in Proto could more accurately complement for..of than JavaScript's for..in, perhaps... This should be given some thought.