##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: August 2016 # Modified: 2016-10-03/23:00-0400 ##+ # # &main, main co-expression # procedure main() if ¤t === &main then write("¤t is &main") coex := create(if &source === &main then write("coex: &source is &main")) @coex end