DekGenius.com
Previous Section  < Day Day Up >  Next Section

5.5 Chapter Summary

Chapter 5 covers:

  • Defining your own functions and calling them in your programs.

  • Defining a function with mandatory arguments.

  • Defining a function with optional arguments.

  • Returning a value from a function.

  • Understanding variable scope.

  • Using global variables inside a function.

    Previous Section  < Day Day Up >  Next Section