Files
Nim/tests/array/troof3.nim

8 lines
96 B
Nim

discard """
output: '''c'''
"""
var a: array['a'..'c', string] = ["a", "b", "c"]
echo a[^1]