evnames.icn: Procedures to map between event codes and names

link evnames
December 26, 1995; Ralph E. Griswold
This file is in the public domain.

evnames(x) creates a two-way table. Indexed by an event code, it
produces a descriptive phrase for the code. Indexed by the descriptive
phrase it produces the event code. It returns the value for key x.


Source code | Program Library Page | Icon Home Page