let foo: string = "f1";
let bar: string = "b1";
let baz: string = "b2";
const boo = <string>"abc";
