##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: August 2016 # Modified: 2016-10-03/22:57-0400 ##+ # # Display the current source line # procedure main() write("Executing code from line: ", &line) end