POINT AT (# [integer], # [integer])
POINT AT ([expression],[expression])
Draws a pixel on the screen in bitmap mode on given coordinates.
POINT AT (#42,#42) POINT AT (x+1,y+1)