Topic: Print "Meta description" on page

I can call for  keywords to be printed on my template by calling tag <?php get_page_meta_keywords(); ?>

But how can I call for description <?php get_page_meta_description(); ?> or something like that?
Is there any kind of tags?

Re: Print "Meta description" on page

ha! the problem solved - the answer is <?php get_page_meta_desc(); ?>