Macaulay2 » Documentation
Packages » Macaulay2Doc :: first
next | previous | forward | backward | up | index | toc

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.