Miguel García-Mauriño

Results 1 comments of Miguel García-Mauriño

Looks like It's because I defined variables outside a function definition. the piece of code looked like ```lua linkedList = {} function linkedList.new() --... end --... function ai.init() --... ```...