WordPress Comments Pagination Without a Plugin

There is a possibility to create a pagination in WordPress comments without using any plugins. WordPress has a built-in function paginate_comments_links()
for this, which is appeared in WordPress 2.7.
It works on the basis of the function for a pagination on archive pages (as you know, it also may work without a plugin), therefore very similar to it.