array
alphabet
int
start
=
ord
(
"a"
)
for
int
i
in
1
..
26
alphabet
[
i
]
=
chr
(
start
+
i
-
1
)
/
for
alphabet
.
display
()