let <# identifier #> [':' <# type_expression #>] = <# value_expression #>
let string = *Str8 "Hello!" let min: Int32 = 0 let max: Int32 = 1000