When you speak, you are emitting a voice in the air that is understandable by the audience. When you move, you are performing an animation of your body in the space that is observable by the attendees. When you code, you are exposing the data resulting from your computer thinking through a medium that is perceivable by the user of your program.
In this chapter, I will show you how Ring can display data on a screen and save it to a file, in a database, on a web page, and even in a printable document.
To do so, we will build on the NorthAfricaApp project we created in Chapter ...