IW4KJZMJTJJWQI76T7UGDAGSRARDFPB25XXQ7QDHQ5LKXXIIZOAAC OE3TDGK6Q2NEQKW6ER5WOKYQUNDELWSAZEHZF4FI43423GS24VNQC VCF6NJ5REA6CBIHJDKP4DVGKHG5CILQ77IHGYE2QPB4ANFHE5TKAC IDGP4BJZTKAD6ZO4RLAWYVN6IFCMIM76G6HJGPTE27K4D6CDBUHQC IXHSSD6U2EAJA5TJWC3UQ45XQHZVUWRU3GOIF43XJ6YPSWNPDO5QC FS2ITYYHBLFT66YUC3ENPFYI2HOYHOVEPQIN7NQR6KF5MEK4NKZAC BEI5MK6DPJEZQY5MFGGSCNVPEQXCVCST75VIHBAJTKNYE6OM4T2QC USXZ5R6UYBERHUQLXR6JXETQDYI4CDEDD7JRBXSRCIZECLJ3FXPAC * 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`.* Don't start the driver app while multiple freewheeling apps are running. Ifyou have a driver app running with one app, shut it down before you switchapps.