Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
5
Task/Draw-a-pixel/IS-BASIC/draw-a-pixel.basic
Normal file
5
Task/Draw-a-pixel/IS-BASIC/draw-a-pixel.basic
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
100 SET VIDEO X 40:SET VIDEO Y 26:SET VIDEO MODE 5:SET VIDEO COLOR 0
|
||||
110 OPEN #101:"video:"
|
||||
120 DISPLAY #101:AT 1 FROM 1 TO 26
|
||||
130 SET PALETTE BLACK,RED
|
||||
140 PLOT 100,100
|
||||
Loading…
Add table
Add a link
Reference in a new issue