typesyms.icn: Procedure to map type codes to event codes

link typesyms
June 8, 1994; Ralph E. Griswold
See also: typecode.icn
This file is in the public domain.

typesyms() returns a table that maps type codes to event codes.  The
table can be subscripted either by one-character strings in the style
of typecode() or by the integer values given by T_type globals.

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


Source code | Program Library Page | Icon Home Page