Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 208 Bytes

File metadata and controls

14 lines (7 loc) · 208 Bytes

LogicalAnd

Returns true, only if both a and b are true.

c = a && b

Types