rbwhitaker / CSharpPlayersGuideEarlyAccess

A place to track issues with the C# Player's Guide for patches and future editions
18 stars 0 forks source link

Using @ on strings to get multi-line strings #706

Open rbwhitaker opened 1 year ago

rbwhitaker commented 1 year ago

This wasn't covered in the book, but it might deserve to be mentioned as another reason you might use @. I'm on the fence about whether it is worth including in the book, but I want to put it here so I don't totally forget about it.