* TODO (in order of priority)

 + Support for a variable type `ARRAY'

a = {
      a, b, c
      d, e, f
    }

where a[0][0] = a, a[0][1] = b, ....

 However, it seems that it's difficult...
