wichtounet / eddic

Compiler of the EDDI programming language
MIT License
33 stars 4 forks source link

Improve delete to support any value #43

Closed wichtounet closed 11 years ago

wichtounet commented 11 years ago

At this time, delete can only support a variable:

delete a;

This improvement is about supporting any value:

delete this.a[9];