Closed pragmatrix closed 4 years ago
I think I've changed my mind, passing a string to a function needs an extra set of braces if only the CSharp t() function is used in F#:
t()
For example:
printfn "%s" "Hello".t
vs
printfn "%s" ("Hello".t())
I think I've changed my mind, passing a string to a function needs an extra set of braces if only the CSharp
t()
function is used in F#:For example:
vs