There are eight basic types in Lua: nil, boolean, number, string, userdata, ... print(type("Hello world")) --> string print(type(10.4*3)) --> number ...
確定! 回上一頁