local a = 'test' local b = a b = b .. 'test' print(a, b)