##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-12/18:30-0400 ##+ # # remove.icn, remove a file # procedure main() if remove("test.tt") then write("removed test.tt") else write("did not remove test.tt") end