hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

bool-and

Returns `true` if both boolean values are `true`, otherwise `false`.
Parameter
Type
Description
self
bool
First boolean value
value
bool
Second boolean value
return
bool
Result of logical AND operation