ODUUQLX7HUUV334X24UCSQVCYPYE2ZZT3SNEQAAFQ7ZOCJEMXDDAC * `App.screen.print(text, x,y)` -- print the given `text` in the current fontusing the current color so its top-left corner is at the specifiedcoordinates of the app window.
* `App.screen.print(text, x,y)` -- print the given string `text` in thecurrent font using the current color so its top-left corner is at thespecified coordinates of the app window.
* `App.screen.draw(text, x,y)` -- print the given Text object `text` in thecurrent font using the current color so its top-left corner is at thespecified coordinates of the app window.(Based on [LÖVE](https://love2d.org/wiki/love.graphics.draw) albeit withrestrictions; this is only for Text objects.)