##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: August 2016 # Modified: 2016-10-03/23:09-0400 ##+ # # &pi, the ratio of the diameter of a circle compared to the radius # procedure main() write(&pi) write("Size of &pi in string form: ", *&pi) end