Functions II
11 November 2020
Continuing with functions, we explain user-defined and built-in functions.
As the names suggest, user-defined functions are custom functions defined by a developer writing a program while built-in functions are defined as part of the packages that come with the programming language.
This sections takes a look at some of these different functions and how they can be called.