ESCCHAR.I

[Table of Contents]


The ESCCHAR.I include file resides on the Kyan Pascal 2.x Utilities Disk 1. It contains one procedure:


  • PROCEDURE Write_ESCape_Char;


Source Code


PROCEDURE Write_ESCape_Char;
    BEGIN
        WRITE(CHR(27));
END;(* write_ ESC_char *)

No comments:

Post a Comment