mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
3d arrays are not supported yet
This commit is contained in:
parent
6a0599b5f4
commit
65aafb3cf1
@ -284,6 +284,6 @@ fn test_multi() {
|
||||
assert a[0][2] == 3
|
||||
assert a[1][2] == 6
|
||||
// TODO
|
||||
b := [ [[1,2,3],[4,5,6]], [[1,2]] ]
|
||||
assert b[0][0][0] == 1
|
||||
//b := [ [[1,2,3],[4,5,6]], [[1,2]] ]
|
||||
//assert b[0][0][0] == 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user