print () print ("asdf") print (math.sqrt (16)) print (math.sqrt (16.0)) local N = tonumber (arg and arg [1]) or 1000 print (N)