display (not supported in Axiell Collections)

Syntax

DISPLAY text_expression

Platform

DOS, RunAdapl (not supported in Axiell Collections)

Meaning

Displays the text_expression on the screen in a box, starting at the cursor position. (The cursor position can be specified using locate(line, column).)

Example

locate (6, 5)

display '*** Hello Adlib user ***'