currently this code does not compile: ``` const arr = 1@ arr(0@,1i) = 0 ``` this code, however, does: ``` int arr[1] arr[0@] = 0 ``` https://github.com/sannybuilder/dev/wiki/Grammar#arrays