0 people like it.

Display message.fsx

Display message in f sharp.

1: 
2: 
printfn "Hello World";
printf "Hello world";
val printfn : format:Printf.TextWriterFormat<'T> -> 'T

Full name: Microsoft.FSharp.Core.ExtraTopLevelOperators.printfn
val printf : format:Printf.TextWriterFormat<'T> -> 'T

Full name: Microsoft.FSharp.Core.ExtraTopLevelOperators.printf
Raw view Test code New version

More information

Link:http://fssnip.net/jx
Posted:10 years ago
Author:dhruvil007
Tags: tryfsharp