prockind.icn: Procedure to indicate kind of procedure

link prockind
January 4, 1994; Ralph E. Griswold
This file is in the public domain.

prockind(p) produces a code for the kind of the procedure p as follows:

     "p"     (declared) procedure
     "f"     (built-in) function
     "o"     operator
     "c"     record constructor

It fails if p is not of type procedure.

Source code | Program Library Page | Icon Home Page