cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square55fedilinkarrow-up1159arrow-down122cross-posted to: [email protected]
arrow-up1137arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square55fedilinkcross-posted to: [email protected]
minus-squarevithigar@lemmy.calinkfedilinkarrow-up4·2 months agoC# also has verbatim strings, in which you can just put a literal newline. string foo = @"This string has a line break!";
C# also has verbatim strings, in which you can just put a literal newline.
string foo = @"This string has a line break!";