2021 | OriginalPaper | Chapter
Functions
Author : Noel Kalicharan
Published in: Julia - Bit by Bit
Publisher: Springer International Publishing
In this chapter, we will explain: Why functions are important in programming How to write functions What happens when a function is called Where functions are placed in a program Some important concepts relating to functions using several examples How to write recursive functions—functions that call themselves