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