cm0002@lemmy.world to Programmer Humor · 26 days agoDoes this exist anywhere outside of C++?lemmy.mlexternal-linkmessage-square59linkfedilinkarrow-up1167arrow-down123cross-posted to: [email protected]
arrow-up1144arrow-down1external-linkDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor · 26 days agomessage-square59linkfedilinkcross-posted to: [email protected]
minus-squarevithigar@lemmy.calinkfedilinkarrow-up4·26 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!";