LogicOperations: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:1914:19, 3 December 2023Elixirfan talk contribs 2,640 bytes +2,640 Created page with "== Logic Operations == Logic operations are fundamental operations in programming that involve evaluating and manipulating Boolean values. These operations are used to make decisions, control program flow, and perform logical calculations. In Elixir, several logic operations are supported, including negation, conjunction (AND), disjunction (OR), and exclusive disjunction (XOR). === Negation === The negation operation, also known as logical NOT, is a unary operation th..."