function Result(tf, nr, str)
{
  this.state = tf;
  this.number = nr;
  this.string = str;
}
