-
Notifications
You must be signed in to change notification settings - Fork 2
Function calls
iaminfinityiq edited this page Mar 18, 2026
·
2 revisions
After reading all of the Data types section, you might be wondering what function calls are (as shown in the built-in functions section). So we are going to dive in what they are.
Basically, a function call just activates the function being called, using the arguments provided, which will perform the task it holds. So for example, the logln function which comes from the io module prints the arguments inside it and prints a newline.