mayankmahajan24 / QL

QL Language and Compiler, for Programming Langauges and Translators Course Fall 2015
4 stars 2 forks source link

arrays are immutable #31

Closed evantarrh closed 8 years ago

evantarrh commented 8 years ago
array string a = ["matt";"is";"cool";"hes";"the";"bomb"]
a[0] = "evan"
print(a[0])

:(

evantarrh commented 8 years ago

closed in #37 :blush: