6 lines
89 B
Text
6 lines
89 B
Text
|
|
rem http://rosettacode.org/wiki/Draw_a_pixel
|
||
|
|
|
||
|
|
graphsize 320, 240
|
||
|
|
color red
|
||
|
|
plot 100, 100
|