/* 
 *  call-seq:
 *     dtable[row,col] = number  ->  number
 *
 *  Replaces the element at location _row_, _col_ by the given _number_.
 */ 
VALUE dtable_aset(VALUE ary, VALUE xloc, VALUE yloc, VALUE val) {