I want to understand the TeX instructions
\ifx\@tempb`\edef\next##1{%
Especially, I want understand what meaning of ` symbol before \edef.
As I know ifx compare two statements, symbol ` for symbol taking - `\A takes a code of symbol A.
Or I am wrong?
Thanks.