-
Notifications
You must be signed in to change notification settings - Fork 2
Functions
iaminfinityiq edited this page Mar 18, 2026
·
2 revisions
This data type acts as a base type for functions. A function when called, performs a specific task using the arguments provided for you. For example, the logln function (which comes from the io module) will print whatever is in the arguments list, and then prints a newline