Variables

In contrast to some other programming languages (like Basic or UltraFractal’s internal language or FractInt’s internal formula language) variables in ChaosPro need to be declared by specifying their name and type.

This allows ChaosPro to do more syntax checking and optimizations.

Variables