* Added const x : pansichar = 'xxx';

This commit is contained in:
marco 2001-07-31 14:43:15 +00:00
parent 93126e80d1
commit fd568a8162

View File

@ -6,6 +6,9 @@ var
a : ansistring;
w : widestring;
err : boolean;
const somestr : pwidechar = 'blaat';
begin
p:=@c1;
i:=0;