File prockind.icn

Summary

###########################################################################

	File:     prockind.icn

	Subject:  Procedure to indicate kind of procedure

	Author:   Ralph E. Griswold

	Date:     January 4, 1994

###########################################################################

   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.

###########################################################################
Procedures:
prockind

This file is part of the (main) package.

Source code.

Details
Procedures:

prockind(p)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.