1 2 3 4 5 6 7
discard """ output: '''c''' """ var a: array['a'..'c', string] = ["a", "b", "c"] echo a[^1]