Variables

  1. Variable Declarations
  2. Variables - Naming
  3. Declare multiple variables in one line
  4. Variables cannot be redefined (no new variables on left side of :=)
  5. At least one new variable on the left side of :=
  6. Use the same err on the left hand side
  7. Package variable
  8. Shadowing package variable
  9. Variable scope