What it does
draw.print takes text.
The API says: printC = no newline
Signature
draw.print(text)Arguments
text
Example · generated
function start() { draw.print('Hello');}draw.print is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.