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
e value
Source print "hello" print 10+5Execution hello 15
