pascalabcnet/TestSuite/RangeT first.pas

3 lines
87 B
ObjectPascal
Raw Permalink Normal View History

2023-12-04 00:11:58 +03:00
##
Assert(InternalRange(2,5).First = 2);
Assert(InternalRange('b','e').First = 'b');