Statements are the elements that make up programs.
The ";" (semi-colon) symbol is used to end statements. It is called the "statement terminator."
// Comments are used for making notes to help people better understand programs.
// A comment begins with two forward slashes ("//").
| Grayscale & |
|
|---|
7. Examples
8. Reference pages
9. TEXTBOOK:
|
"Learning Processing
-- A Beginner's Guide to Programming Images, Animation, and Interaction" by Daniel Schiffman (Morgan Kaufmann Series in Computer Graphics) [Paperback]; ISBN: 978-0-12-373602-4 |
|
READ
Chapters 1-3
(pp. 1-41)
of the textbook:
"The Beginning"
AND Sections 7.1-7.4 (pp. 101-106): "Functions( )" |