Look, it's really hard to understand what you're saying but from what I'm looking at, you want to declare a Variable and initialize that Variable with an Operator-Symbol such as +, -, * or /, correct? If so, you cannot do such a thing. Symbols are not and cannot be Values in Programming. That applies to every Career, aspect, Paradigm and Programming-Language of CS.
Variables can only take in Words/Letters(Strings) or Values(Integers, Floats and Doubles).