theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Indexing tuples. #174

Open theodore-norvell opened 6 years ago

theodore-norvell commented 6 years ago

Currently we can index tuples using the index ([ ]) operator but not the dot operator. This is backward. We should be able to use dot, but not index.