##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-08/15:05-0400 ##+ # # load-module.icn, a demonstration module for use with load sample. # procedure main(arglist) every write(!arglist) end