Closed Dewb closed 5 years ago
Using the Lua floor-division operator // (added in Lua 5.3, 2015) is currently flagged as an error in a Brace editor, with the red X and the message <expression> expected near '/'.
//
<expression> expected near '/'
Looks like this is an Ace issue, apologies.
Using the Lua floor-division operator
//
(added in Lua 5.3, 2015) is currently flagged as an error in a Brace editor, with the red X and the message<expression> expected near '/'
.