##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-14/15:20-0400 ##+ # # structure.icn, demonstrate looking in the heap for structure data # link ximage procedure main() T := table(1, 2, 3, 4) L := [1,3] every write(ximage(structure(¤t))) end