The new syntax- FINAL( ) is now supported like how the variables are declared using DATA( ) .
This FINAL( ) disables subsequent change of the value after the initial binding.
Example- leads to syntax error, when FINAL variable is changed after initialization.

The working syntax-

Output-
