1 2 3 4 5 6
local pok, with_external_dep = pcall(require, "with_external_dep") if pok then print(with_external_dep.foo) else print(100) end