Skip to content

Latest commit

 

History

History
executable file
·
1 lines (1 loc) · 308 Bytes

File metadata and controls

executable file
·
1 lines (1 loc) · 308 Bytes

To call a function, we use the function's name, a set of parenthesis, as well a semicolon (optional but preferred). This will execute the statements inside the function. The function can be called from anywhere in the program, including a loop, another function, or even in itself (process called recursion).