Related pages:
require "my_first_module" require 'my_first_module' require("my_first_module") require('my_first_module')
./;.\?lua;
.\?lua
./
</code>
Exception has occurred: .../Scripts/testrun_my_first_module.lua:7: module 'my_first_module' not found: no field package.preload['my_first_module'] no file 'C:\int\w64\develop\Microsoft\VSCode/my_first_module.lua' no file 'C:\int\w64\develop\Microsoft\VSCode/my_first_module.dll' stack traceback: .../Scripts/run_my_first_module.lua:7: in main chunk [C]: in ?
Calls the ISO C function exit to terminate the host program. If code is true, the returned status is EXIT_SUCCESS; if code is false, the returned status is EXIT_FAILURE; if code is a number, the returned status is this number. The default value for code is true. If the optional second argument close is true, closes the Lua state before exiting.
for n in pairs(_G) do print(n) end for n in pairs(_ENV) do print(n) end