cm0002@lemmy.world to Programmer Humor@programming.dev · 25 days agoDoes this exist anywhere outside of C++?imagemessage-square49linkfedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1imageDoes this exist anywhere outside of C++?cm0002@lemmy.world to Programmer Humor@programming.dev · 25 days agomessage-square49linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarevithigar@lemmy.calinkfedilinkarrow-up0·25 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!";