Closed SiberianMark closed 2 years ago
when I run the code with bit operation like '&' or '|' local isFirst = (eventType & INPUT_START)>0 it will report an error like [ERROR] SyntaxError: [378:32] unexpected symbol '&' near 'eventType'
local isFirst = (eventType & INPUT_START)>0
[ERROR] SyntaxError: [378:32] unexpected symbol '&' near 'eventType'
{luaVersion: '5.3'}
when I run the code with bit operation like '&' or '|'
local isFirst = (eventType & INPUT_START)>0
it will report an error like[ERROR] SyntaxError: [378:32] unexpected symbol '&' near 'eventType'