SETS the graphics dot specified by int-expl, intexp2, in the current graphics mode being used by the program (HIRES, LORES). If the H suffix is used, the Y axis will be inverted - the Y axis will start from the top left hand corner of the screen, rather than the bottom left hand corner. If the H suffix is not used, a space MUST be placed between SET and int-expl,int-exp2.
Program Example.
00100 REM Demonstration of the SET command
00110 CLS
00120 LORES
00130 SET 40,40
00140 SETH 40,8
00150 END