HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
contains
Syntax
contains((Lst(l) or Set(l)),Elem(e))
Description
Tests if a set contains an expression (returns the index+1 or 0).
Example
contains(%{0,1,2,3%},2) returns 3
contains — Discussion
↑Back to top