What is declaring ...... how to declare.... Where can I read these basic things

What is declaring … how to declare…
Where can I read these basic things …

2 Likes

Hey There !

There’s many things on youtube. Looking around you will find what you need !

1 Like

Processing.org/examples/variables.html
Processing.org/examples/variablescope.html

3 Likes

This video by Daniel gives a nice, basic explanation of declaring / initialising variables.

3 Likes

Also: If you search processing.org for the word “declare”, you will also find many mentions in the introductory reference materials.

2 Likes

Thank you all :slightly_smiling_face::slightly_smiling_face::slightly_smiling_face::slightly_smiling_face:

1 Like

I highly recommend Daniel Shiffman videos from 0 to 9 to learn the basics of programming (include declaration of variables and many useful things) in Processing, is how i started and remembered :stuck_out_tongue:

Enjoy it!!

2 Likes