Syntax
- float print(float value)
- bool print(bool value)
- string print(string value)
- float[] print(float[] value)
- bool[] print(bool[] value)
- string[] print(string[] value)
Returns
The printed value.
Description
The print function prints the parameter value and als returns it. The purpose of this function is mainly for debugging.