Print

From OpenEUO
Revision as of 18: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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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