q($count); } static function r(int $count, int $max, string $spec, bool $adjective=true): string { $word = new Word($spec, $adjective); return $word->r($count, $max); } }