mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
6 lines
66 B
ObjectPascal
6 lines
66 B
ObjectPascal
{ %fail }
|
|
var a : string = (a >= 'A') and (a <= 'F');
|
|
|
|
begin
|
|
end.
|