bool parse_negation (ref string val)
        bool parse_negation (ref string val)
        Check if the value starts with the negation operator. If it does, remove the operator from the value and return true. Otherwise, return false.
| val | value to check |