evtmap.icn: Procedure to map event code names to values

procedure evtmap:          map event code name to event value

link evtmap
July 15, 1995; Ralph E. Griswold
This file is in the public domain.

evtmap(s) returns the event-code value for the event string name s.  It
fails is s is not the name of an event value.


Source code | Program Library Page | Icon Home Page