Closed johneastman closed 1 year ago
Syntax: <expression> in <list>
<expression> in <list>
Returns true if the result of the expression is in the list, and false if the result of the expression is not in the list.
true
false
Commit: https://github.com/johneastman/boomerang/commit/e7707b0888b91c25aa76923859acc871df04775c
Syntax:
<expression> in <list>
Returns
true
if the result of the expression is in the list, andfalse
if the result of the expression is not in the list.