##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-03/22:51-0400 ##+ # # exec.icn, demonstrate the POSIX exec function # procedure main() exec("./exec-replacement", "argv0", "arglist[1]", "arglist[2]") end