So I decided to experiment, completely out of randomness. And I found this:
"Hello World"[1]
Actually working on a first view, resulting in 'e'
even though:
- I haven't encounter this anywhere until happened to be in my code
- Seems semantically controversial (or at least quite suspicious)
- Could not find any information on the internet, regarding this positive string literal array indexing (probably searching in the wrong context?)
Is this actually allowed, confronting the "standards" with guaranteed well-defined behavior ?