Identifiers for local variables and method arguments in ObjectScript are case
sensitive, which means that, for instance, foo and Foo
are different.
However, for readability reasons, it is not recommended for two identifiers to have names which differ only by case. Consider renaming one of these.