-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
I tried to copy a file to the board. Worked fine until i did some indexing of arrays. ended up getting
> stdin:1: ')' expected near ']'```
the culprit was access of a specific element in a line that looks like this:
``` lua
x = somearray[1]
it was fixed by
x = (somearray[1])might help someone with the same issue. If i get around to it, i might have a look at the code. Are pull-requests ok?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels