Question: Can I forget some variables leaving others alone?

Can I clear variables by a command instead of assigning them their quoted name?  For example, I know that I can clear M and B by:

M,B:='M','B'.

Is there a command like forget(M,B)?

I don't want all of ther variables cleared so I don't want to use restart.

 

Please Wait...