pascalabcnet/_Presentations/2015 New Features/Programs/12a_Range.pas

3 lines
70 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
begin
Range(1.0,2.0,10).Select(x->Rec(x,x*x)).Println(NewLine);
end.