Cosmo/test.cosmo

7 lines
99 B
Plaintext
Raw Normal View History

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