Basic table usage includes accessing and assigning table elements, adding table content, and removing table content. These examples assume you know how to create tables.
Accessing Elements
Given the following table,
local example_table = {"Nausea", "Heartburn", "Indigesti...