- Computer/Phone runs the program line by line
- 'Comments' are used to tell the computer to ignore lines of code (useful for keeping notes in the code)
- in Swift comments are created with // for single line comments or /* stuff here */ for multi-line comments
- The language we have been working with. Created by Apple and primarily used for making iPhone/Mac apps.
- 'Statically typed'