Variables
This page will explain to you how variables works with Zico.
Variables are very important and almost needed in EVERY coding language or scripts in general for max optimization. That is why Zico also supports variables.

Explanation
'var' is the prefix to define/create your variable, 'example' is your variable's name the quoted content "Hello, World!" is the value of that variable, "print(example)" will print in the output the value of the variable named "example".
Last updated