Search
❯
Oct 03, 20251 min read
const CONST_NAME = 20;
const ( ILLEGAL = "ILLEGAL", EOF = "EOF" IDENT = "IDENT" )