plot
procedure plot(x, y:integer);
Sets the color of a single pixel to the current color.
begin setColor(255, 0, 0); plot(5, 10); repaint; delay(1000); end.
See also: setColor, repaint