mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
7 lines
56 B
Nim
7 lines
56 B
Nim
var
|
|
a {.deprecated.}: array[0..11, int]
|
|
|
|
a[8] = 1
|
|
|
|
|