##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-28/11:21-0400 ##+ # # eventvalue.icn, demonstrate Execution Monitoring eventvalue # needs 1to4.icn as the monitoring target # link evinit, wrap procedure main() wrap() EvInit("1to4") while EvGet() do write(wrap(image(&eventvalue) || ", ", 64)) write(wrap()) end