test34.b 76 B

1234
  1. 10 rem multidimensional arrays
  2. 20 t(3,4)= 4
  3. 30 print t(0,0)
  4. 40 print t(3,4)