Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

Screen Colors

Standard colors               Bright colors

Value     Color               Value     Color
=================             =======================
0         black               8         gray
1         blue                9         light blue
2         green               A         light green
3         cyan                B         light cyan
4         red                 C         light red
5         magenta             D         light magenta
6         brown               E         yellow
7         white               F         bright white

Color palette:



Color mnemonics:

  (Change colors=foreground,background,invisible,border,entry)

  (Change color=foreground)

Format for colors:

  "@xy@"       x = field color
               y = character color

Examples:

  "@07@" = black field (0) with white characters (7)

  "@90@" = light blue field (9) with black characters (0)

  "@4F@" = red field (4) with bright white characters (F)