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