====== ugBASIC User Manual ====== ===== POINT AT ===== ===== SYNTAX ===== * ''POINT AT (# [integer], # [integer])'' * ''POINT AT ([expression],[expression])'' ==== PURPOSE ==== Draws a pixel on the screen in bitmap mode on given coordinates. ==== EXAMPLE ==== POINT AT (#42,#42) POINT AT (x+1,y+1) ==== AVAILABLE ON ==== * ZX Spectrum 48K * Commodore 64 ==== SEE ALSO ====