Text x,y,text [,transparent]
Prints text at position x,y where x is the horizontal position and y is the vertical position followed by the text you want to display.
The transparent parameter is optional and should be either true or false
Example:
Text 0,50,"Hello World"
Text 0,50,"Hello World",true