const CONST_NAME = 20;

Multiple Constants

const (
	ILLEGAL = "ILLEGAL",
	EOF = "EOF"
	IDENT = "IDENT"
)