You can use require'module name' to load the module, such as
let math = require 'math' -- The value of the math variable is the object of the math module
← global functions library reference →