next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: first

first -- first element of a list

Synopsis

Description

i1 : first {a,b,c,d,e}

o1 = a

o1 : Symbol
i2 : first gens(QQ[x,y,z])

o2 = x

o2 : QQ[x..z]

See also

For the programmer

The object first is a function closure.