Statement

逻辑学

一个有意义的陈述句,可以为真或者假。

Structure

enum Statement {
  case true, false
}

Links to this note