Home
Options

LINQPad support for F# 5?

F# 5 has annouced/released recent:
https://devblogs.microsoft.com/dotnet/announcing-f-5/

I hope LINQPad 6 will support F# 5 also :)

// Basic interpolated string
let name = "Phillip"
let age = 29
printfn $"Name: {name}, Age: {age}"

// Inline expressions
printfn $"I think {3.0 + 0.14} is close to {System.Math.PI}!"

Comments

Sign In or Register to comment.