mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-14 05:00:33 +00:00
new tester; all tests categorized
This commit is contained in:
13
tests/array/tarray3.nim
Normal file
13
tests/array/tarray3.nim
Normal file
@@ -0,0 +1,13 @@
|
||||
discard """
|
||||
file: "tarray3.nim"
|
||||
output: "3"
|
||||
"""
|
||||
# simple check for two dimensional arrays
|
||||
|
||||
const
|
||||
myData = [[1,2,3], [4, 5, 6]]
|
||||
|
||||
echo myData[0][2] #OUT 3
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user