cm0002@lemmy.world to Programmer Humor@programming.dev · 23 days agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square55linkfedilinkarrow-up1159cross-posted to: programmerhumor@lemmy.ml
arrow-up1159imageDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 23 days agomessage-square55linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarevithigar@lemmy.calinkfedilinkarrow-up4·22 days 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!";