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

Example 4–13 Procedure That Returns a Status

PROCEDURE user_at_end_of_line

!This procedure returns a 1 (true) if user is at the end of a

!line, or a 0 (false) if the current character is not at the

!end of a line

ON_ERROR

! Suppress warning message RETURN (1);

ENDON_ERROR;

IF CURRENT_OFFSET = LENGTH (CURRENT_LINE)

THEN

RETURN (1);

ELSE

RETURN (0);

ENDIF;

ENDPROCEDURE;

You can use the RETURN statement in the ON_ERROR section of a procedure to specify a return to the calling procedure if an error occurs in the current procedure. Example 4–14 uses the RETURN statement in an ON_ERROR section.

Example 4–14 Using RETURN in an ON_ERROR Section

!Attach to the parent process. Used when EVE is spawned

!from DCL and run in a subprocess ("kept DECTPU"). The

!ATTACH command can be used for more flexible process control.

PROCEDURE eve_attach

ON_ERROR

IF ERROR = TPU$_NOPARENT

THEN

MESSAGE ("Not running DECTPU in a subprocess");

RETURN;

ENDIF;

ENDON_ERROR;

ATTACH;

ENDPROCEDURE;

4.9.4.19 ABORT Statement

The ABORT statement stops any executing procedures and causes DECTPU to wait for the next keystroke. ABORT is commonly used in error handlers. For additional information on using ABORT in error handlers, see Section 4.9.4.14.

Syntax

ABORT

Example 4–15 shows a simple error handler that contains an ABORT statement.

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

Page 95
Image 95
Compaq AA-PWCBD-TE manual Example 4-13 Procedure That Returns a Status, Example 4-14 Using Return in an Onerror Section

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.