Use of 'equals' as variable
I am running the Code Analyzer in CF9 against a program written for CF 6.1. I get the following parse error:\
Exception while parsing file: Invalid CFML construct found on line 50 at column 16.ColdFusion was looking at the following text:<p>equals</p><p>The CFML compiler was processing:<ul><li>a CFSET tag beginning on line 50, column 10.<li>a CFSET tag beginning on line 50, column 10.</ul>.
The line in question reads: <CFSET equals = "/">
What is wrong with that line? Is 'equals' allowed as a variable name?
FYI - a couple lines down there is this statement that does not throw an error: <CFSET equals = "=">
