evsyms.icn: Procedures to produce table of event codes and symbols

link evsyms
October 3, 1996; Ralph E. Griswold
This file is in the public domain.

evsyms() returns returns a two-way table. Indexed by an event code, it
produces the symbol (global identifier name) for the code. Indexed by the
symbol of the code, it produces the event code.

This procedure is intended for use in event monitors under MT Icon.


Source code | Program Library Page | Icon Home Page