Displays text on the screen. The content is always shown in the foreground, in front of any 2D or 3D element.

This statement is mainly used for testing purposes, for example to check the value of a variable.

Test/Debug tool.

print e
evalue
Sourceprint "hello" print 10+5 Executionhello 15