```lua for i = 1, 2 do i = 3 print(i) end ``` - PUC Rio Lua 5.4: `attempt to assign to const variable 'i'` - LuaJIT: no error