2015-01-19 14:17 GMT+01:00 Dmitry Boyarintsev <skalogryz.li...@gmail.com>:

> Hello,
>
> today I saw this kind of character escaping:
> var
>   a :char;
> begin
>   a:=^M; // char(13)
>   writeln(^X);  // char(24)
> end;
>
> The code of the character is derived as ord(letter)-ord('A')+1
> Not sure which pascal its inherited from... but Delphi 7 does compile it
> too.
>
> I vaguely remember it seeing before once .. and ... a lot of time ago.
>

IIRC good old Turbo Pascal had this too.

-- 
Frederic Da Vitoria
(davitof)

Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to