local sunday = "monday"; monday = "sunday" local t = {sunday = "monday", [sunday] = monday} print(t.sunday, t[sunday], t[t.sunday])