Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 196 Bytes

File metadata and controls

14 lines (7 loc) · 196 Bytes

LogicalOr

Returns true, if a or b are true.

c = a || b

Types