x=10
b=x
x=100
c=b*x
x=10000
dofile("somefile.lua")
Code: Select all
x=nil
b=10
c=1000
Also, there's no need to garbage collect. I asked this a while ago. Somebody told me it does it automatically. I don't understand how... Ask someone else.
Code: Select all
x=nil