is it possible to create/add a lua library?

I was wondering if I could add some lua libraries I’ve found or if I even could create a library to work out on codea.
okay, I didn’t test anything yet and just trying to learn some lua reference manuals and getting the feeling how things should work on the app.

You can create “Library” projects. Any user project you have can be added to any other project through the “+” button in the code editor. You can tick them and mark them as dependent projects, this will ensure they are loaded before your current project.

Hello @dooms. This page on the Codea wiki may help.

thank you, @Simeon and @mpilgrem!