function thingthingprintprint()
b = a
c = b
d = c
if d == a then
e = d
end
print(e)
end
function printprint(thingprint)
thingprint_two = thingprint
thingprint_three = thingprint_two
if thingprint_three == 'Hello World!' then
thingthingthing = 'Hello World!'
end
do
local thingthingthing_two = thingthingthing
thingthingthing_three = thingthingthing_two
end
a = thingthingthing_three
thingthingprintprint()
end
printprint('Hello World!')