FSharp

FSharp

// line comment

(* multiline comment *)

Open the F# Interactive window with CTRL+ALT+F

Terminate a statement in F# Interactive with ‘;;’

Reorder files in the Solution Explorer with ALT+UP & ALT+DOWN


References