class Rouge::Lexers::BBCBASIC

def self.constant

def self.constant
  @constant ||= %w(
    FALSE TRUE
  )
end