Re: PANIC: unprotected error...

  • From: Юрий Соколов <funny.falcon@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Wed, 22 Jul 2015 13:16:05 +0300

Sorry, last line should be `loop()`

local function loop()
local last = {next=false}
while true do
last.next = {next=false}
last = last.next
end
end

loop()

With regards,
Sokolov Yura aka funny_falcon

2015-07-22 13:14 GMT+03:00 Юрий Соколов <funny.falcon@xxxxxxxxx>:



Other related posts: