mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 08:10:05 +00:00
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
var test = {}
|
|
|
|
if !test.hello then
|
|
test.hello = "hello world!"
|
|
end
|
|
|
|
print(test.hello .. "!!!!") |