monica_b1998@lemmy.world to Programming@programming.dev · 15 days agoLua Tables - The Swiss Army Knife of Data Structuresslicker.meexternal-linkmessage-square24fedilinkarrow-up169arrow-down10
arrow-up169arrow-down1external-linkLua Tables - The Swiss Army Knife of Data Structuresslicker.memonica_b1998@lemmy.world to Programming@programming.dev · 15 days agomessage-square24fedilink
minus-squarelime!@feddit.nulinkfedilinkarrow-up1·13 days 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.