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