setup
Runs once when the Arduino starts. Used for initialization.

loop
Runs repeatedly after setup(). Contains the main program logic.

A full tutorial with all data types, examples, and when to use them will be released soon. Please refer to docs.arduino.cc for general Arduino help
Arduino Language Reference Glossary
Website: docs.arduino.cc