Table of Contents

BORDER

[v3.1] VIC-20 C64 C16 Plus/4 C128 X16 M65

Sets the border color.

Syntax

BORDER <color>
BORDER <color>, <luminance>

Examples

CONST BLACK = 0
CONST WHITE = 1
BORDER BLACK : BACKGROUND WHITE

See also