let first\_letter\_of\_alphabet = 'a';
let explicit\_char: char = 'F';
let implicit\_char = '8';
let emoji = "\u{1f600}";   // => 😀
Comments