-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
for some reason, the following code doesn't work (parser error) with lua+parser.min.js & lua+parser.js:
local px = obj1:getPx()
if (px<self.targetPos[1]) then
replacing
px<self.targetPos[1]
with
self.targetPos[1]>px
works great.
if the second operator is a numeric constant, everything works great also.
Metadata
Metadata
Assignees
Labels
No labels