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

XorPoint(X, Y)

XORs 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 XorPoint(160, 100)

PASCAL

XorPoint(160, 100);