cm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agoDoes this exist anywhere outside of C++?imagemessage-square57fedilinkarrow-up1162cross-posted to: [email protected]
arrow-up1162imageDoes this exist anywhere outside of C++?cm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square57fedilinkcross-posted to: [email protected]
minus-squarevithigar@lemmy.calinkfedilinkarrow-up4·2 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!";