currently constant blocks are not moved to under their type declaration ```go const ( // John is someone named "John" John = iota + 1 // Jenny is someone named "Jenny" Jenny // Bob is someone named "Bob" Bob ) ```