##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: December, 2016 # Modified: 2016-12-17/12:28-0500 ##+ # # hellomain.icn, link to a write statement procedure # # tectonics: # unicon -c hellostatement.icn # unicon hellomain.icn # link hellostatement procedure main() hellostatement() end