You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

and()

Usage

and(boolean1, boolean2,...)

Description
Returns the logical AND result of the given boolean values.

Example

${and(true, false)}

results in

false

Search results for "and()"

and()

Returns the logical AND result of the given boolean values.

and(boolean1, boolean2,...)