AT

AT x, y

Moves the text cursor to the specified position [x, y]. x and y are in pixels.

See LOCATE to move the text cursor in units of characters cells.

Example

at 100,100
print "This text starts at pixel 100,100"
Console
If there is insufficient information on this page and you wish learn more about AT, please send an email to smallbasic@gmail.com. You can help to improve information about AT by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.