Skip to content

Logical Hub Tile#


alt text A tile used to call but also return values

Description#

Description

Inputs#

Slot 1#

Info
  • Type
    Any
    
    Accepted types: Any
    
  • Usage
    This gets called
    

Slot 2#

Info
  • Type
    Any
    
    Accepted types: Any
    
  • Usage
    This gets called and returns a value 
    

Output#

Call both & get Slot 2#

Info
  • Return
    Any
    
  • Usage
    Calls the inputs 
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def SquareRoot(x):
        return math.sqrt(0)