##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: November 2016 # Modified: 2016-11-10/18:17-0500 ##+ # # load-child.icn, a demonstration of the parent function # procedure main() write("in load-child with ", image(¤t)) write("parent is ", image(parent(¤t))) end