print (nil)
print (false)
print (true)
print (1993)
print (1993.00)
print "Hello."
local t = {}
print (t)