Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(CPL132)

Mnemonic: (CPL132)
Hex equivalent: "@040009@"
Discussion: This mnemonic sets the video display mode to 132 characters per line.

Also see (Screen), (CPL64), (CPL80), and (DE).

Example:
a. 100 FORMAT (CPL132)
   .
   PRINT (0,100)

b. PRINT (0) (CPL132)