charly-lang / charly

🐈 The Charly Programming Language | Written by @KCreate
https://charly-lang.github.io/charly/
MIT License
199 stars 10 forks source link

Improve Object.keys() #140

Closed KCreate closed 7 years ago

KCreate commented 7 years ago

It should work on all types which have their own data scope. Currently it only works on Objects.