package statement type Statement int const ( ASSIGN Statement = iota INC DEC )