##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-13/23:06-0400 ##+ # # stop.icn, demonstrate program halt with message # procedure main() stop(&output, "stdout", &errout, "stderr") end