Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 217 Bytes

SC2265.md

File metadata and controls

11 lines (6 loc) · 217 Bytes

Pattern: Use of | for logical OR

Issue: -

Description

Use || for logical OR. Single | will pipe.

Further Reading