gosukiwi / Blueberry

A beautiful programming language with clean syntax which compiles to PHP
MIT License
63 stars 10 forks source link

Implement array notation #6

Closed gosukiwi closed 11 years ago

gosukiwi commented 11 years ago

Make it possible to call by index

val = arr[1]
gosukiwi commented 11 years ago

This has been implemented.