Life of a Functional Programmer
Browse by Tags
All Tags »
Off Topic »
F# (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
Hello CodeBetter community! #light type FullName = string * string let FullNameToString (name : FullName) = let first, last = name in first + " " + last let blogger = FullNameToString( "Matthew" , "Podwysocki" ) I'm pretty...
|
More Posts