Fresh variables
This is better understood with an example:
Using in the above example, we declare a variable whose name is guaranteed not to conflict with local variables in the current scope.
In the above example, three indexed variables are declared, assigned values, and then printed, displaying their corresponding indices.