Logical Hub Tile#
A tile used to call but also return values
Description#
Inputs#
Slot 1#
Info
- Type
AnyAccepted types: Any - Usage
This gets called
Slot 2#
Info
- Type
AnyAccepted 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)