Workshop.codes
Create

And Last updated November 26, 2024

Description

Whether both of the two inputs are true (or equivalent to true).

Snippet

And(True, True);

Properties

Returns: Boolean
Parameters: Value, Value

Value
Type: Boolean, Default: True
One of the two inputs considered. If both are true (or equivalent to true), then the and value is true.

Value
Type: Boolean, Default: True
One of the two inputs considered. If both are true (or equivalent to true), then the and value is true.

Workshop.codes