Formatting

In StandardLib, all functions should be optional, but accessible in the same region; like Rust and Lune. So if you are attempting to import the "foobar" library for example, it would look like this:

-- Import the "foobar" library.
local foobar = require("@lib/foobar")

Last updated

Was this helpful?