CONTAINS
listsThe CONTAINS
function checks if the element on top of the stack is contained by the list on second position. A boolean is pushed on the stack.
If the parameters are two STRINGs, CONTAINS
checks if the second STRING is contained in the first one, leaving a boolean on the stack. This latter usage is available since revision 2.1.0.