From OpenEUO
Revision as of 17:15, 7 October 2010 by 76.184.213.234 (Talk) (Created page with " print (···) Receives any number of arguments, and prints their values to the feedback window, using the tostring function to convert them to strings. print is not intended fo...")
print (···)
Receives any number of arguments, and prints their values to the feedback window, 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.