##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-12/18:26-0400 ##+ # # send.icn, send a datagran to a UDP connection # link ximage procedure main() #f := open(":1025", "nu") # Process the request in r.msg # ... #r := send(":1025", "test") #write(ximage(r)) #close(f) end