escape.icn: Procedures to interpret Icon literal escapes

link escape
April 16, 1993; William H. Mitchell
Contributors: Ralph E. Griswold and Alan Beale
This file is in the public domain.

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".

Source code | Program Library Page | Icon Home Page