Name | println |
||
---|---|---|---|
Description |
The println() function writes to the console area, the black rectangle at the bottom of the Processing environment. This function is often helpful for looking at the data a program is producing. Using println() on an object will output a string representation of that object, as determined by its internal __str__ and __repr__ methods (more information here). In R Mode, print() and println() are functionally identical. |
||
Syntax | println( | ||
Parameters |
| ||
Related |
PrintWriter_println |
Cover
Reference
Tutorials
Bugs