Comparison of programming languages (array): Difference between revisions

Content deleted Content added
m full size font
full size font, narrower headings
Line 315:
==Array system cross-reference list==
<!-- This section is linked from [[array data type|Array]] -->
{| class="sortable wikitable" style="text-align: center; font-size: smaller;"
|+
! [[Programming languageLanguage]]
! [[Array data type#Index origin|Default <br>base index]]
! Specifiable <br>index type<ref name="cr16"/>
! Specifiable <br>base index
! [[bounds checking|Bound check]]
! [[array data type#Multi-dimensional arrays|Multidimensional]]
Line 856:
| style="background:honeydew;" | yes
| style="background:honeydew;" | yes
 
|-class="sortbottom"
! Programming language
! Default base index
! Specifiable index type<ref name="cr16"/>
! Specifiable base index
! Bound check
! Multidimensional
! Dynamically-sized
! Vectorized operations
 
|}