Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can use Python sequence indexing syntax, for which the index numbers start at zero: a=vector([1,2,3]);a[0] returns 1.