mayankmahajan24 / QL

QL Language and Compiler, for Programming Langauges and Translators Course Fall 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arrays are immutable

evantarrh opened this issue · comments

array string a = ["matt";"is";"cool";"hes";"the";"bomb"]
a[0] = "evan"
print(a[0])

:(

closed in #37 😊