Home » Programming
3
Names, Bindings and Type Checking
This chapter will familiarize you with the basic working elements in programming. You will get your hands on variables. You will understand how values get stored in variables. Without variables, it would be almost impossible to program.
In This Chapter:
- Binding, Names, Variables, and Constants
- When a program is being made, certain elements of the program are bound to certain characteristics.
- Declarations
- Declaration is the act of stating how a variable is to be used in a program.