cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoDoes this exist anywhere outside of C++?lemmy.mlexternal-linkmessage-square58fedilinkarrow-up1168arrow-down123cross-posted to: programmerhumor@lemmy.ml
arrow-up1145arrow-down1external-linkDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square58fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarevithigar@lemmy.calinkfedilinkarrow-up4·1 month 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!";