Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
3 lines (2 loc) · 175 Bytes

File metadata and controls

3 lines (2 loc) · 175 Bytes

Booleans in F# are represented by the bool type, which values can be either true or false.

F# supports three boolean operators: not (NOT), && (AND), and || (OR).