Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(Close Icon)

Note: This feature is not supported beyond Comet 504.

Mnemonic: (Close Icon)
Hex equivalent: "@CCB8@"
Discussion: This mnemonic draws a graphical "close" icon on the screen, as shown here:

The close icon occupies 2 spaces on the screen.

Note: The (Enhanced Characters On) mnemonic must be used before the (Close Icon) mnemonic us used.

Example:
a. 100 FORMAT (Close Icon)
   .
   PRINT (0,100)

b. PRINT (0) (Close Icon)