indexing for element[0] is inconsistent
Created by: subhacom
Indexing of element[0] should be equivalent to 'element'. Currently we have
create neutral foo[0]
showfield foo[0] * // works showfield foo * // fails
Also there seem to be issues when foo[0] is created using a simundump.
Reported by: upibhalla