// ParseLiteral.C

#include "LiteralType.h"

LiteralType ParseLiteral()
  // MODIFIES: cin
  // POST: FCTVAL is a literal from cin
{

}
