83Plus:Basic:Graphics:Text(
From WikiTI
Contents
Synopsis
Token size: 1 byte
Syntax: Text(Y,X,"whatever
Outputs the text in the small font to the screen and graphbuffer.
Outputs:
Outputs the text in the small font to the screen and graphbuffer.
Comments
If you prefix the arguments with -1, the text will be in the large font.
Examples
:Text(3,4,"This is in small font.")
:Text(-1,4,3,"This is in BIG font.")