Cosmo/test.cosmo

7 lines
99 B
Plaintext

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