class token_var(token):
  """ variable token """

  def __init__(self, name):
    token.__init__(self, VAR)