Example #1
0
 // return value for referenece 'id[i]' == *(id + i)
 public Xobject Index(int i) {
   return Index(Xcons.IntConstant(i));
 }