print function

Syntax

  • float/bool/string/float/float[]/bool[]/string[] print(value)

Parameters

  1. value—(float, bool, string, float[], bool[], string[])

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.

Related