Respuesta :

I would assume the answer would be "Index", a table would be represented as such in most languages.
Index | Value
2         false
1         "string"
so that would be ordered by the index as
false
"string"
Hope this helps!