newSample(3); $m->newSample(5); $m->newSample(1); print($m); # Should print the biggest number, in this example 5 ?>