Skip to content

Simplify logic rules #37

@tomek-he-him

Description

@tomek-he-him

The concept “the boolean type can only be used internally” is conceptually quite complicated. How about saying three things:

  • true is just 1 and false is just 0.
  • In logical expressions we treat 0 as no – and any other number as yes.
  • Any yes/no operator like < or and returns 1 or 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions