HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
remove
Syntax
remove(FncBool(f)||e,Lst(l))
Description
Removes the occurences e of l or the elements e such that f(e)=true
Example
remove(x->x>=5,[1,2,6,7]) returns [1,2]
remove — Discussion
↑Back to top