##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: November 2016 # Modified: 2016-11-12/13:19-0500 ##+ # # readlink.icn, demonstrate the POSIX readlink() function # procedure main() write(readlink("tt.dst")) end