LuaNET, the lua 5.1 api documentation!

Lua-Api

Core

[LUA 5.1] type

function type ( v )
Returns the type of its only argument, coded as a string.
The possible results of this function are
  • "nil" (a string, not the value nil)
  • "number"
  • "string"
  • "boolean"
  • "table"
  • "function"
  • "thread"
  • "userdata"

Comments

© 2007 DracoBlue :: Valid XHTML, CSS, RSS Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC | SourceNet © 2007, DracoBlue :: Page created in 0.302 seconds with 17 queries.