News

String interpolation is a technique that enables you to insert expression values into literal strings. It is also known as variable substitution, variable interpolation, or variable expansion.
Microsoft is previewing new syntax for string interpolation in F#, an improvement intended to make it easier to work with interpolated strings. The new syntax is an extension of the existing F# ...