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

PrintString(String)

Prints a text string using the current text color and advances to the next line.

Parameters

String - Text string to print

Examples

BASIC

CALL PrintString("Hi there everybody")

PASCAL

PrintString('Hi there everybody');