LuaNET, the lua 5.1 api documentation!

Lua-Api

Core

[LUA 5.1] print

function print ( ... )
Receives any number of arguments, and prints their values to stdout, using the tostring function to convert them to strings.
print is not intended for formatted output, but only as a quick way to show a value, typically for debugging.
For formatted output, use string.format.

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.356 seconds with 21 queries.