6 lines
82 B
ObjectPascal
6 lines
82 B
ObjectPascal
unit u_generics9;
|
|
|
|
begin
|
|
var s := '1234';
|
|
assert(s.All(char.IsDigit));
|
|
end. |