1 2 3 4 5
// Single line comment let x = 1 // mixed comment (* Block comment *) let hello () = printfn "hello"