List on Maxima



Dear Sir,

I would like to know if is possible to know the 1st element of a list 
(named a) by using a[0] in stead of using a[1].

Example:

a:[10,11,12]

a[0]=10 ; a[1]=11 ; a[2]=12

Your faithfully,
Miguel Marinho