Windows Forms Application: Basic Form
Introduction
open System; open System.Windows.Forms; let Starter:Form = new Form(); Application.Run(Starter);