4

Allow variable substitution be specified

Allow the use of %(somevarname} to be the same as %somevarname so that %[somevarname}A means substitute the value of %somevarname concatenated with A, rather than substitute the value of %somevarnameA

IE, The same as in some shell scripting languages.