raw identifier

In many programming languages, you cannot use keywords in places like variable names, function names, and other places. Raw identifiers let you use keywords where they would not normally be allowed. This is particularly useful when new keywords are introduced, and a library using an older edition which has a variable or function with the same name as a keyword introduced in a newer edition.