Azer0s / HadesLang

The Hades Programming Language
https://hadeslang.gitbook.io/doc
MIT License
36 stars 2 forks source link

iterateFor with word arrays bug #49

Closed Azer0s closed 7 years ago

Azer0s commented 7 years ago
iterateFor[word a in $fi->readAllLines:['fibrec.hades']]
out:a
endIterateFor

Prints exception because lines are assigned to variable incorrectly