Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

In Lua, the require statement is used to load and execute external modules.

Modules enable you to use Separation of Concerns to create functions for discrete tasks - leading to more organized code thats easier to understand and troubleshoot.

In Iguana, when you create a new lua file or import a library, Iguana automatically adds the require statement to the top of Main.lua.

  • No labels