Boolean: 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.

12 September 2026

  • curprev 05:2305:23, 12 September 2026 Talisan talk contribs 616 bytes +616 Created page with "== Boolean Values == A '''Boolean value''' is a value that can have one of two possible states: * '''True''' — enabled, active, or valid. * '''False''' — disabled, inactive, or not valid. Boolean values are commonly represented in the following ways: * '''1''' = True * '''0''' = False * '''true''' = True * '''false''' = False * '''yes''' = True * '''no''' = False * '''on''' = True * '''off''' = False Most of these are interchangable. === Examples === create s..."