var test = {} if !test.hello then test.hello = "hello world!" end print(test.hello .. "!!!!")