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

  1. tick(): creates a variable named __tick with the current timestamp

  2. time(): returns the current time in readable format

  3. type(): returns the type of a table or variable

  4. date(): returns the current date in readable format

  5. GetPID(): gets the process id of the specified process

  6. print(): outputs the specified text

  7. table: creates a table, See here

  8. func: creates a function, See here

  9. wait(): waits a specified amount of time

  10. exit(): exits the current Zico environement

  11. len(): outputs the lenght of a variable

Last updated