HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
INTERSECT
Syntax
INTERSECT({list1}, ...{listN})
Description
Returns a list of the elements common to all the lists.
Example
INTERSECT({1,2,3},{2,4,8}) returns {2}
INTERSECT — Discussion
↑Back to top