Docs
BlupLearnSupportDownload
  • Home 🏠
  • Wiki
    • Design (UI) ✏️
      • Blup Top Bar
      • Blup Menu Bar
      • Pages/Layers Panel
      • Toolkit
      • Insert Panel
        • TextField Widget
        • Progress Widget
        • FAB Widget
        • Icon Widget
        • Lottie Animation Widget
        • Text Button Widget
        • Appbar Widget
        • Checkbox Widget
        • Switch Widget
        • Slider Widget
        • Radio Widget
        • Progress bar Widget
        • Multi choice dialog Widget
        • Web View Widget
        • Camera View Widget
        • Map View Widget
        • Date Picker Widget
        • Time Picker Widget
        • IOS Date Picker Widget
        • IOS Timer Widget
        • Alert Dialog box Widget
        • Dropdown Menu Widget
      • Properties Panel
        • Pages Properties
        • Text Properties
        • List Properties
        • Rectangle Properties
      • Page Canvas
      • Choose from Assets
      • Right-Click Menu in Design
      • How to use navigate page in Blup
    • Logics ⚡
      • UI Nodes
        • Rectangle UI Node
        • Text UI Node
        • Group UI Node
        • List UI Node
        • Page ListView UI Node
      • Helper Nodes
        • Boolean Nodes
        • Date Time Nodes
        • Double Nodes
        • Duration Nodes
        • Integers Nodes
        • Json Nodes
        • List Nodes
        • Map Nodes
        • String Nodes
      • Variables Node Section
      • Function Node Section
      • Maths Node Section
      • Flow Control Section
      • Relational Operators Section
      • Logical Operators Section
      • System Node Section
      • SDK Library Section
      • Blup Sheet API Node Section
    • Backend 🔗
      • Sheets
      • SQL
    • Blup Code Editor
      • File Explorer
      • Editor Area
    • Publish to stores 🚀(Ship)
      • iOS Cloud Build 😮‍💨
        • Configure ⚙️
        • Run ▶️
      • Play Store
    • Build Your First App
      • TODO App
  • Blup Settings
  • Import from Figma
  • How to use WebView in Blup
  • How to use Google Maps in Blup
  • How to use the camera in blup?
  • How to add Splash screen in Blup?
  • How to know Debug prints in blup
  • How to use Google sign in in Blup
  • Creating sign up/ sign in in Blup
Powered by GitBook
On this page
  • Logical Operator Nodes
  • AND Node
  • Components of Node
  • OR Node
  • Components of Node
  • NOT Node
  • Components of Node
  • Music to go with.

Was this helpful?

Edit on GitHub
  1. Wiki
  2. Logics ⚡

Logical Operators Section

Implement logical operators in Blup to perform logical operations and control your app's behavior.

PreviousRelational Operators SectionNextSystem Node Section

Last updated 1 year ago

Was this helpful?

Logical Operator Nodes

This section encompasses all nodes for logical comparisons between values. There are three major logical operators in Blup:

  1. AND: Returns true if both provided values are true. For example: X<5 AND X<10.

  2. OR: Returns true if any of the provided values is true. For example: X<40 OR X<50.

  3. NOT: Inverts the provided value. For example, if true is provided, it returns false and vice versa.

AND Node

This node facilitates the implementation of logical AND between two boolean values. It returns true only if both provided values are true; otherwise, it returns false.

Components of Node

Component
Description

A

Input node point for the first boolean value.

B

Input node point for the second boolean value.

Use Run Trigger

Checkbox to add a run function node point to the node. Checking this box displays the function node.

OR Node

This node implements logical OR between two boolean values. It returns true if either A or B is true; otherwise, it returns false.

Components of Node

Component
Description

A

Input node point for the first boolean value.

B

Input node point for the second boolean value.

Use Run Trigger

Checkbox to add a run function node point to the node. Checking this box displays the function node.

A OR B

Output node providing the result.

NOT Node

This node applies logical NOT to a provided boolean value. It negates the provided value, returning true if the provided value is false, and false if it is true.

Components of Node

Component
Description

A

Input node point for the boolean value.

Use Run Trigger

Checkbox to add a run function node point to the node. Checking this box displays the function node.

NOT A

Output node providing the result.

Music to go with.

If you have any ideas to make Blup better you can share them through our

Discord community channel
Lofi music