§ 5.48 - [lpush] Built-InMnemonic aid: lppush for List PUSH item onto list
Pushes an item onto the list as the last item: [lpush listName(,index)] [list list1,a,b,c,d] [dlist list1] [lpush list1,e] [lpop list1] [dlist list1] [lpop list1,1] [dlist list1] abcd e abcd b acd
abcd
e
abcd
b
acd
Keyboard Navigation
, Previous Page . Next Page t TOC i Index on March 6th, 2026 at 15:10 MT |