Brought up in #56936 (thanks @martinholters for the example): ```julia julia> let var"end"=1; (1:10)[var"end"]; end 10 # anything else than "end", and you get 1 ```