Приглашаем посетить
Чернышевский (chernyshevskiy.lit-info.ru)

Reference: push

PreviousChapter 5
Function Reference
Next
 

push

push @array, list

Pushes the elements of list onto the end of array. The length of array increases by the length of list. The function returns this new length. See also pop and unshift.


PreviousHomeNext
Reference: prototypeBook IndexReference: q/string/