Contact: aviboots(AT)netvision.net.il
42,683 questions
55,435 answers
573 users
let a, b, c = (5, 9, 4) printfn "%d %d %d" a b c (* run: 5 9 4 *)