File typecode.icn

Summary

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

	File:     typecode.icn

	Subject:  Procedures to produce letter code for Icon type

	Author:   Ralph E. Griswold

	Date:     April 6, 1993

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

   This file is in the public domain.

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

  typecode(x) produces a one-letter string identifying the type of
  its argument. In most cases, the code is the first (lowercase)
  letter of the type, as "i" for the integer type. Structure types
  are in uppercase, as "L" for the list type. All records have the
  code "R".  The code "C" is used for the co-expression type to avoid
  conflict for the "c" for the cset type. In the case of graphics, "w"
  is produced for windows.

###########################################################################
Procedures:
typecode

This file is part of the (main) package.

Source code.

Details
Procedures:

typecode(x)



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