Identifier for named arguments e.g. for age in list(name = 'John', age = 8) the indentifier would be
age
list(name = 'John', age = 8)
{ index: 2, lexeme: 'age'} Copy
{ index: 2, lexeme: 'age'}
Readonly
Index may be undefined, when no index information is available.
Identifier for named arguments e.g. for
age
inlist(name = 'John', age = 8)
the indentifier would be