chomik.tech

Even though it is possible to declare variables in Chomik, it is not obligatory to do so. In fact, at present, the variable declarations are parsed and ignored. This may change in the future. However, we recommend to use the variable declarations.


variable alpha:integer, beta:float, gamma:string, delta:boolean, chi:code;

The above snippet will declare five variables of different built-in types.