+ 1
Why does it matter what way the \ go
3 odpowiedzi
+ 3
Well... It matters if you type a or b, so it matters if you type / or \ . These are all different characters.
Try it at the code playground.
\ is special: it is an escape sequence. Try
\n newline
\t tab
\? question mark
There are some more, but that will do for the beginning.
+ 1
I never really thought of it like that before
+ 1
Really the answer is because it does. Sorry but theres isnt a reason its just syntax