hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

bool-or

Returns `true` if either boolean value is `true`, otherwise `false`.
Parameter
Type
Description
self
bool
First boolean value
value
bool
Second boolean value
return
bool
Result of logical OR operation