> For the complete documentation index, see [llms.txt](https://read.bookofdefold.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://read.bookofdefold.com/defold-a-z/lua-tips/lua-tables.md).

# Lua Tables

**WIP**

Tables are a very important part of working with Lua code within Defold. Tables are simple to use, powerful, and flexible enough to make the features you need.

### Table Basics

{% embed url="<https://repl.it/@pkeod/TableBasics>" %}
