Contact: aviboots(AT)netvision.net.il
40,869 questions
53,277 answers
573 users
let ch = 'a' printfn "%d" (int ch) (* run: 97 *)
let ch = 'a' let char_code = int ch printfn "%d" char_code (* run: 97 *)