HigherOrderCO / Bend

A massively parallel, high-level programming language

Home Page:https://higherorderco.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a note in documentation that val[key] is not a syntax for Lists

developedby opened this issue · comments

It seems to confuse some users that try to [] access a list.
We create lists with [], but for getting values [] actually refers to maps.

This should be presented when we first show Lists and maybe an extra note should also be added when explaining this syntax for Maps.