Is it possible to change the definition of '~' from that of a destructor/finalizer and into that of an underscore '_' ?

Hey all. Just kind of a silly question here. I want to use ~ to demarcate my variables, nothing super important, but I did some reading and saw that it’s used as a finalizer/deconstructor for garbage collection. It sounds like something I would most likely never use, so I was wondering if it was possible to override the definition of the tilde symbol and change it to be the equivalent of an underscore, so I can put it in front of variables. Is this impossible, or a very bad idea?

Thanks to anyone who can help, or just telling me what a stupid idea it is, haha

That’s no possible, you can’t replace symbols. I don’t know if it’s a “bad” idea, but it is really weird trying to modify basic syntax of a language.