Skip to content

Functions

iaminfinityiq edited this page Mar 18, 2026 · 2 revisions

function data type

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

For Tix's built-in modules, please refer here.

Clone this wiki locally