PreviousNext
Help > REFERENCE OF THE BUILT-IN FUNCTIONS > User Interface and Graphics > print
print

Format:

print (any [, any, any, …]);

Output of one or more parameters to the console. The parameters can be variables, constants, or expressions. The type of the parameters determines automatically the form in which data is presented – texts are output directly, numbers are represented in their decimal text form.