Content deleted Content added
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation) |
→Differences between Delphi and PascalABC.NET: Little bit more about history |
||
Line 67:
Println(m); // [[1,2,3,4],[2,3,4,5],[3,4,5,6]]
Println(m[:2,1:3]); // [[2,3],[3,4]]
</syntaxhighlight>Some other features such as inline variable declarations, type inference, and <code>for</code> statement with a variable declaration are standard in the current version of Delphi. However, PascalABC.NET pioneered these features in 2007<ref>{{Cite web |title=PascalABC.NET. What's New |url=https://pascalabc.net/chto-novogo |url-status=live |access-date=2023-04-09 |website=PascalABC.NET |language=ru-RU}}</ref>, while in Delphi they were implemented in 2018<ref>{{Cite web |last=Embarcadero Technologies |date=2018-11-21 |title=See What's New in RAD Studio 10.3 |url=https://www.youtube.com/watch?v=RreUFdxaR20&t=44s |website=YouTube}}</ref><ref>{{Cite web |title=Help for RAD Studio 10.3 Rio. What's New |url=https://docwiki.embarcadero.com/RADStudio/Rio/en/What%27s_New |url-status=live |access-date=2023-04-09 |website=Embarcadero. Product Documentation Wikis}}</ref>.
=== Changed features ===
|