print 'hello world!' local name = "小白" local age = 18 local flag = true local empty = nil print(type(name), type(age), type(empty))
To embed this project on your website, copy the following code and paste it into your website's HTML: