Comparison of programming languages (array): Difference between revisions

Content deleted Content added
full size font, narrower headings
Array dimensions: Linked to Edsger W. Dijkstra wikipedia article
Line 10:
The following list contains [[programming language syntax|syntax]] examples of how to determine the dimensions (index of the first element, the last element or the size in elements).
 
Note particularly that some languages index from zero while others index from one. At least since [[Edsger W. Dijkstra|Dijkstra's]] famous essay,<ref>https://www.cs.utexas.edu/users/EWD/transcriptions/EWD08xx/EWD831.html</ref> zero-based indexing has been seen as superior, and new languages tend to use it.
 
{| class="wikitable sortable"