XIA4CBH7U54XDZ6C74MJ7BDI7TFWGBXIEI6YF2PTXYY3U3R2CTUQC * This approach puts one top-level definition per file, and so obscures theorder in which definitions are loaded. In particular, initializing a globaltable to contain other global definitions will fail if you originallyauthored the other global definitions after the table.I never initialize global tables with other definitions. That kind of thinghappens in `on.initialize` (akin to `love.load`; see reference.md) or`on.code_change`.