/**
  * Returns the first constant string, or null.
  */
 public override Value evalConstantPrefix()
 {
     return(_value.evalConstantPrefix());
 }