mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
9 lines
80 B
Nim
Executable File
9 lines
80 B
Nim
Executable File
|
|
type
|
|
TArray = array[0x0012..0x0013, int]
|
|
|
|
var a: TArray
|
|
|
|
echo a[0] #OUT 0
|
|
|