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