3d arrays are not supported yet

pull/2243/head
Alexander Medvednikov 2019-10-06 04:18:55 +03:00
parent 6a0599b5f4
commit 65aafb3cf1
1 changed files with 2 additions and 2 deletions

View File

@ -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
}