How can I take a screenshot of my Allegro program?

Description

How can I take a screenshot of my Allegro program?
Add a call to save_bitmap() somewhere in your code. See the save_bitmap() documentation for a discussion of one common pitfall when doing this, and some example code.