text()
Displays text on canvas
Description
text(sentence, x, y)Input
Description
Examples
text("Hello, Strive!", 15, 25)
text('This\'s been\n running for' , 15, 50)
fill(255)
text(f'{round(millis()/1000)} seconds', 15, 85)
Last updated