##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-08/18:06-0400 ##+ # # stat.icn, File status information, follows symbolic links. # link ximage procedure main() every fn := "/usr/bin/cc" | "/usr/bin/gcc" do write("stat(", fn, "): ", ximage(stat(fn))) end