HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
prepend
Syntax
prepend(Lst,Elem )
Description
Puts the element at the beginning of the list.
Example
prepend([1,2],3) returns [3,1,2]
prepend — Discussion
↑Back to top