1111
Anyone here use assembly?
(lemm.ee)
Post funny things about programming here! (Or just rant about your favourite programming language.)
The backslash is known as an escape character in this context, because it removes (escapes) the special meaning of the following character.
It's also used that way in most Unix shells.