##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-14/14:14-0400 ##+ # # symlink.icn, demonstrate the POSIX symlink() function # procedure main() symlink("tt.src", "tt.dst") end