ConferenceCalls


Bug test

This is a literate comment *)

(* This is a normal comment

This is a literate comment

// This is a normal comment

This is a literate comment *)

(* This is a normal comment

This is a literate comment

printfn "this is some code."

(*
This is a normal comment
*)
val printfn : format:Printf.TextWriterFormat<'T> -> 'T
<summary>Print to <c>stdout</c> using the given format, and add a newline.</summary>
<param name="format">The formatter.</param>
<returns>The formatted result.</returns>