Skip to content

Boolean Data Tile#


alt text A tile used to store boolean data type.

Description#

Description

Output#

Data#

Info
  • Return
    Boolean data defaults to True.
    
  • Usage
    Used for condition .
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def addition(x, y):
        return x + y