##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-12/20:33-0400 ##+ # # rmdir.icn, remove a non-empty directory # procedure main() if rmdir("dir.tt") then write("removed dir.tt/") else write("failed to remove dir.tt/") end