github.com/hirochachacha/plua@v0.0.0-20170217012138-c82f520cc725/stdlib/math/testdata/type.lua (about) 1 assert(math.type(3) == "integer") 2 assert(math.type(3.0) == "float") 3 assert(math.type("2") == nil)