( begin auto-generated from println.xml ) Writes to the text area of the Processing environment's console. This is often helpful for looking at the data a program is producing. Each call to this function creates a new line of output. Individual elements can be separated with quotes ("") and joined
()
| 4230 | * @see PApplet#printArray(Object) |
| 4231 | */ |
| 4232 | static public void println() { |
| 4233 | System.out.println(); |
| 4234 | } |
| 4235 | |
| 4236 | |
| 4237 | /** |