Processing IDE
~an hour for each tutorial.
Syntax and Operators guide:
";" semicolon. used to end a statement.
""" use this for texts such as "Hello World" otherwise you are referencing a variable called Hello World (which does not exist because of the space).
() used for function parameters.
{} function body. statements are written between those, when a function is called, all the statements between the curly brackets are executed.
++ increments by one, age++ (age+1)
--decrements by one
* multiplies (a*5, 2*4, b*c)
/ divides
&& and
|| or
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.