In this chapter you will learn the basics constructs of programming. These constructs are similar in a number of programming languages, and will be used in a number of our scripts in later chapters.

OBJECTIVES
Upon completing this section, you should be able to:

  1. Declaring Variables
  2. Using Operators
  3. Creating Control Structures ( Branches and Loops )
  4. Functions ( Built-in and programmer-created)