How do I place a pixel on the screen in BBC BASIC?

64 Views Asked by At

I have attempted using scripts from other BASIC resources on the internet, but they yield an error message.

1

There are 1 best solutions below

0
On

Depending on the implementation, you can use PLOT 69,x,y or POINT x,y.