Lexical Elements of the DEC Text Processing Utility Language 4.9 Reserved Words

The ENDIF statement specifies the end of a conditional statement.

Syntax

IF expression THEN statement_1; . . . statement_n [[ELSE alternate-statement_ 1;

. . . alternate-statement_n;]] ENDIF;

You can use any DECTPU language statements except ON_ERROR statements in a THEN or ELSE clause. For example:

PROCEDURE set_direct

MESSAGE ("Press PF3 or PF4 to indicate direction"); temp_char := READ_KEY;

IF temp_char = KP5

THEN

SET (REVERSE, CURRENT_BUFFER);

ELSE

IF temp_char = KP4

THEN

SET (FORWARD, CURRENT_BUFFER); ENDIF;

ENDIF;

ENDPROCEDURE;

In this example, nested IF/THEN/ELSE statements test whether a buffer direction should be forward or reverse.

Caution

Do not assume that the DECTPU compiler automatically evaluates all parts of an IF statement.

To avoid the need to rewrite code, you should write as if this compiler optimization were already implemented. If you need the compiler to evaluate all clauses of a conditional statement, you should force the compiler to evaluate each clause before using the conditional statement. To do so, use each clause in an assignment statement before using it in a conditional statement. For example, suppose you want the compiler to evaluate both CLAUSE_1 and CLAUSE_2 in a conditional statement. To get this result, you could use the following code:

relation_1 := clause_1; relation_2 := clause_2;

IF relation_1 AND relation_2

THEN

.

.

.

ENDIF;

4.9.4.13 Case Statement

The CASE statement is a selection control structure that lets you list several alternate actions and choose one of them to be executed at run time. In a CASE statement, case labels are associated with the possible executable statements or actions to be performed. The CASE statement then executes the statement or statements labeled with a value that matches the value of the case selector.

Lexical Elements of the DEC Text Processing Utility Language 4–21

Page 87
Image 87
Compaq AA-PWCBD-TE manual Case Statement

AA-PWCBD-TE specifications

The Compaq AA-PWCBD-TE is a highly regarded laptop battery designed to provide reliable power to a range of Compaq laptop models. As technology continues to evolve, the necessity for efficient and long-lasting batteries becomes increasingly important, especially for students, professionals, and anyone reliant on portable computing.

One of the standout features of the AA-PWCBD-TE is its impressive capacity, designed to enhance the performance of your device. With a power capacity of around 5200 mAh, this battery is engineered to provide extended usage times, allowing users to work on the go without frequent interruptions for recharging. The battery supports efficient energy management, contributing to the overall longevity of the device.

Additionally, the AA-PWCBD-TE integrates advanced lithium-ion technology, which is favored for its reliability and minimal memory effect. Lithium-ion batteries typically offer a higher energy density compared to older technologies, meaning they can store more energy in a smaller size. This technology also supports faster charging times, making it a convenient solution for busy users.

Safety is another vital characteristic of the AA-PWCBD-TE. It features built-in protection against overcharging, overheating, and short-circuit conditions, which helps ensure the safety of both the battery and the device itself. This level of protection is crucial, especially in professional environments where equipment failure can lead to productivity losses.

Compatibility is also a key aspect of the AA-PWCBD-TE, as it is designed to fit a variety of Compaq laptop models. Users can easily determine whether this battery is suitable for their specific model, simplifying the buying process and ensuring optimal performance.

In terms of weight and dimensions, the AA-PWCBD-TE is designed to be lightweight and compact, adding minimal bulk to the laptop while still delivering powerful performance. Users can enjoy the balance of efficiency and portability, making it an ideal choice for those who travel frequently or require a battery that doesn't compromise on power.

Overall, the Compaq AA-PWCBD-TE stands out as a dependable and efficient laptop battery that enhances the user experience. With its impressive capacity, cutting-edge technology, and safety features, it is a valuable accessory for anyone looking to improve their mobile computing capabilities.