##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-07/00:46-0400 ##+ # # gethost.icn, display host entities. # link fullimag, ximage procedure main() limiter := 0 write(ximage(gethost("localhost"))) while (limiter +:= 1) <= 10 & write(fullimage(gethost())) end