Receives any number of arguments, and prints their values to stdout, using the tostring (e) 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 (formatstring, ...).