##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: August, 2016 # Modified: 2016-10-03/22:50-0400 ##+ # # &e, Euler's number, the natural logarithm # procedure main() write("Size of &e: ", *&e) write("Value of &e: ", &e) end