Format Specifier %c
This specifier provides a way to store and output strings in Cog. A string
is an array of characters. And since Cog uses arrays and has the ability
to output characters with this specifier, Cog can handle strings. If Cog cannot
find the ASCII character, it ouputs a '?' instead.