Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

PlotPoint(X, Y)

Plots a point at the specified X, Y position using the current drawing color.

Parameters

X - Horizontal position to plot point
Y - Vertical position to plot point

Examples

BASIC

CALL PlotPoint(160, 100)

PASCAL

PlotPoint(160, 100);