mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 05:53:22 +00:00
7 lines
56 B
Nim
Executable File
7 lines
56 B
Nim
Executable File
var
|
|
a {.deprecated.}: array[0..11, int]
|
|
|
|
a[8] = 1
|
|
|
|
|