archives

« Bugzilla Issues Index

#2093 — Inconsistent definition of how bracket notation relates to nth element


6.2.1 The List and Record Specification Type:

> [...] arguments[n] is short-hand for saying the nth element of the List arguments.

6.2.6 Data Blocks:

> [...] db[2] can be used to express access to its 3rd byte.


Preferably 0-origin indexed data structures should have the same definition of how bracket notation relates to the nth element of the data structure.


fixed in rev21 editor's draft


fixed in rev21 draft