Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(Hide Cursor)

Mnemonic: (Hide Cursor)
Discussion: This mnemonic hides the regular cursor.

See Regular cursor display for more information.

Also see (Show Cursor).

Example:
a. 100 FORMAT (Hide Cursor)
   .
   PRINT (0,100)

b. PRINT (0) (Hide Cursor)