Syntax
- print(value)
Parameters
- value—(float, bool, string, float[], bool[], string[])
Value (or variable / shape attribute) to print
Description
The print operation prints the passed variable to the console.
Related
Examples
Printing
The rule below prints some information about the split nodes.
|