monica_b1998@lemmy.world to Programming@programming.dev · 1 month agoLua Tables - The Swiss Army Knife of Data Structuresslicker.meexternal-linkmessage-square23linkfedilinkarrow-up138arrow-down10
arrow-up138arrow-down1external-linkLua Tables - The Swiss Army Knife of Data Structuresslicker.memonica_b1998@lemmy.world to Programming@programming.dev · 1 month agomessage-square23linkfedilink
minus-squarelime!@feddit.nulinkfedilinkarrow-up1·1 month agothe key does stop existing, insofar as referring to any name that is not defined in lua results in nil. which includes variables, since they are defined in a global table. i don’t actually know what happens internally.
the key does stop existing, insofar as referring to any name that is not defined in lua results in nil. which includes variables, since they are defined in a global table. i don’t actually know what happens internally.