IO(n) sets the index origin to n and returns the former value of the index origin. The default index origin is 1, i.e. A(1,1) is the first element in A. IO(0) changes the index origin to 0, so A(0,0) would be the first element in A. IO with no arguments just returns the current index origin.