##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: August, 2016 # Modified: 2016-10-03/22:47-0400 ##+ # # ¤t sample, using image for this unprintable datatype # procedure main() # create a co-expression coex := create { write("\t¤t in coex: ", image(¤t)) write("\t&source in coex: ", image(&source)) } # show ¤t in main if ¤t === &source then write("¤t in main: ", image(¤t)) else write("problem: ¤t not equal &source") # now show ¤t in the co-expression @coex end