Integrated Functions
This page will present to you all Zico integrated functions.
Like every coding languages, Zico has its own integrated functions, and today we will present them to you.

Explanation
tick(): creates a variable named __tick with the current timestamp
time(): returns the current time in readable format
type(): returns the type of a table or variable
date(): returns the current date in readable format
GetPID(): gets the process id of the specified process
print(): outputs the specified text
table: creates a table, See here
func: creates a function, See here
wait(): waits a specified amount of time
exit(): exits the current Zico environement
len(): outputs the lenght of a variable
Last updated