[ Team LiB ] Previous Section Next Section

Summary

In this hour, you learned about functions and how to deploy them. You learned how to define and pass arguments to a function. You learned how to use the global and static statements. You learned how to pass references to functions and how to create default values for function arguments. Finally, you learned how to create anonymous functions and test for function existence.

    [ Team LiB ] Previous Section Next Section