PANIC: unprotected error...

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

Good day, Mike

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

dojob()

With regards,
Sokolov Yura aka funny_falcon

Other related posts: