I need a special symbol for certain things in my code (variables, functions ,etc). I noticed that '$' is a legal symbol, but was just wondering if it is recommended to use it (it won't conflict with something else later?).
I'm using VStudio, and I know that for certain things VS uses $ (like for snippets etc. although I'm not planning on using them).