peekf(a)

Returns the first object pushed into array a.


See also peek pop push 


Example


a = ( 1, 2, 3 )

1  2  3

peekf( a )

1