set

The set statement sets the value of a previously defined parameter. It is primarily used in configuration files that store parameter values and can be loaded after the main script.

Example:

set dimensions = vec2(24.0, 16.0);