##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-03/22:52-0400 ##+ # # exec-replacement.icn, the program replaced by the exec function demo # procedure main(arglist) write(&progname) every write(!arglist) end