initial cammit
[qbasicapps.git] / tutorial / group3 / 00.bas
1 SCREEN 13    ' set video mode 320 x 200   256 colors\r
2 \r
3 PRINT "Hello..."\r
4 \r
5 PSET (160, 100), 10    ' draws a point\r
6                        ' x=160  y=100 color=10\r
7 \r