let type a = { string, int } var b := 1 var c := "hello world" var d := new a { "i am an a!", 23 } in b + c + d end