Difference between revisions of "Print"

From OpenEUO
Jump to: navigation, search
(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...")
(No difference)

Revision as of 18:15, 7 October 2010

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.

String.format