pascalabcnet/TestSuite/RangeT tos.pas

4 lines
113 B
ObjectPascal
Raw Permalink Normal View History

2023-12-04 00:11:58 +03:00
##
Assert( $'{2..3}' = '2..3' );
Assert( $'{2.0..3}' = '2..3' );
Assert( $'{''b''..''c''}' = '''b''..''c''' );