“PCALL LUA” Kode Jawaban

coba kecuali Lua

require "try-catch"

try {
   function()
      error('oops')
   end,

   catch {
      function(error)
         print('caught error: ' .. error)
      end
   }
}
Naughty Nightingale

PCALL LUA

if pcall(foo) then
      -- no errors while running `foo'
      ...
    else
      -- `foo' raised an error: take appropriate actions
      ...
    end
Combative Caribou

Jawaban yang mirip dengan “PCALL LUA”

Pertanyaan yang mirip dengan “PCALL LUA”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya