Synopsis:
x_i -- provides the i-th element of the sequence x.
This is merely a convenient synonym for x#i.
See also:
Code:
-- ../../../Macaulay2/m2/underscore.m2:3 Sequence _ ZZ := List _ ZZ := (s,i) -> s#i