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
currently this code does not compile:
this code, however, does:
https://github.com/sannybuilder/dev/wiki/Grammar#arrays