Repeating function call code question

If you nil all references to gfx.reactorcircle all references inside gfx.reactorcircle are removed as well.

So both of these have the same outcome:

local table1 = {} table1.value = 100 --this table1 = nil --has the same outcome like this table1.value = nil table1 = nil