mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:28:14 +02:00
10 lines
94 B
ObjectPascal
10 lines
94 B
ObjectPascal
{$X+}
|
|
var
|
|
mystr : array[0..3] of char;
|
|
|
|
Begin
|
|
if mystr = #0#0#0#0 then
|
|
Begin
|
|
end;
|
|
end.
|