Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 351 Bytes

constants.rst

File metadata and controls

16 lines (10 loc) · 351 Bytes

Logical Constants

There are two logical constants which can be used to construct sentences <sentences>: true and false. These constants are case sensitive.

Examples

The following are examples of well formed sentences which use logical constants:

true
true -> true | false
~^X(false)