File escape.icn

Summary

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

	File:     escape.icn

	Subject:  Procedures to interpret Icon literal escapes

	Authors:  William H. Mitchell

	Date:     April 16, 1993

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

   This file is in the public domain.

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

	Contributors:  Ralph E. Griswold and Alan Beale

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

  The procedure escape(s) produces a string in which Icon quoted
  literal escape conventions in s are replaced by the corresponding
  characters.  For example, escape("\\143\\141\\164") produces the
  string "cat".

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

  Links: ebcdic

###########################################################################
Procedures:
ctrlcode, escape, hexcode, octcode

Links:
ebcdic.icn

This file is part of the (main) package.

Source code.

Details
Procedures:

ctrlcode(s)


escape(s)


hexcode(l)


octcode()



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