mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 20:47:53 +02:00
11 lines
106 B
ObjectPascal
11 lines
106 B
ObjectPascal
|
|
const
|
|
c1 = widechar(0);
|
|
c2 = widechar(#0);
|
|
c3 = #123;
|
|
c4 = #1234;
|
|
|
|
|
|
begin
|
|
end.
|