print
expression function
Prints a message to the console.
Usage
print(label, expression)
This is useful diagnose parameters in nodes or channels.
Returns the value of expression.
Examples
print("wheel:", sin($T))