ElCanut@jlai.lu to Programmer Humor@programming.dev · 1 day agoAsking the real questionsjlai.luimagemessage-square186fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 1 day agomessage-square186fedilink
minus-squareAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up0·edit-21 day ago\n already is an escape sequence, consisting of \, the escape character, and n, the code that is responsible for the new line. Together they form an escape sequence.
\n
already is an escape sequence, consisting of\
, the escape character, andn
, the code that is responsible for the new line. Together they form an escape sequence.This person unicodes